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

Fix timezone bug in zips #153

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Conversation

ia3andy
Copy link
Collaborator

@ia3andy ia3andy commented Sep 17, 2019

Try to fix #152

@ia3andy ia3andy requested a review from gsmet September 17, 2019 15:48
@ia3andy
Copy link
Collaborator Author

ia3andy commented Sep 17, 2019

That should fix the bug until 2037.

"Unfortunately, 32 (signed) bits can only store dates up to the year 2037, and so this extra field will eventually be obsolete. Enjoy it while it lasts!"

https://commons.apache.org/proper/commons-compress/javadocs/api-1.19/index.html?org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html

@ia3andy ia3andy merged commit c253f6b into quarkusio:master Sep 17, 2019
@ia3andy ia3andy deleted the fix-timezone-zip branch September 17, 2019 15:54
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

Successfully merging this pull request may close these issues.

File in zip are in local time leading to some Quarkus errors
1 participant