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

reproducible zip entry time depends on local DST #127

Closed
hboutemy opened this issue Oct 27, 2019 · 1 comment
Closed

reproducible zip entry time depends on local DST #127

hboutemy opened this issue Oct 27, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@hboutemy
Copy link
Member

it is expected to be fully reproducible, but result today, after change of DST, is different from yesterday
calendar used to compute zip timestamp should not be current date but date of the timestamp

@hboutemy hboutemy added this to the 4.2.1 milestone Oct 27, 2019
@hboutemy hboutemy self-assigned this Oct 27, 2019
@hboutemy hboutemy added the bug label Oct 27, 2019
@bmwiedemann
Copy link

Do you need the timezone or could you use such instead?

Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));

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

No branches or pull requests

2 participants