Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set mtime field to exact value (a number or UTC time or Unix timestamp) #77

Open
bershanskiy opened this issue Mar 7, 2023 · 0 comments

Comments

@bershanskiy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant