You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mtime takes in a Date, but JS Date objects are notoriously quirky. One major problem is the fact that JS Date has time zone information, but archive file formats typically do not. It would be nice if we could pass to mtime an actual exact value (as a JS integer/number) or an exact to be placed in the archive.
The text was updated successfully, but these errors were encountered:
Currently
mtime
takes in aDate
, but JSDate
objects are notoriously quirky. One major problem is the fact that JSDate
has time zone information, but archive file formats typically do not. It would be nice if we could pass tomtime
an actual exact value (as a JS integer/number) or an exact to be placed in the archive.The text was updated successfully, but these errors were encountered: