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

#936 Added tzdata package #937

Merged
merged 5 commits into from
Apr 22, 2020

Conversation

krufab
Copy link

@krufab krufab commented Mar 28, 2020

So that now it handles correctly the TZ variable:

Successfully built d4dfd7e46080
docker run --rm -it -e "TZ=Europe/Luxembourg" d4dfd7e46080 date
Sat Mar 28 11:59:12 CET 2020
docker run --rm -it -e "TZ=Europe/London" d4dfd7e46080 date
Sat Mar 28 10:59:20 GMT 2020

Fixes #936

Signed-off-by: Fabio Kruger <[email protected]>
@krufab krufab requested a review from a team as a code owner March 28, 2020 11:07
Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for adding it by default, timezones are important for the master

Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much.

Is a test of the fix feasible and easy enough to justify creating it?

@krufab
Copy link
Author

krufab commented Mar 29, 2020

I can try to add some test code

@slide
Copy link
Member

slide commented Apr 22, 2020

Looks like there is a test failure

@krufab
Copy link
Author

krufab commented Apr 22, 2020

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

Successfully merging this pull request may close these issues.

Alpine misses the tzdata package and does not handle timezone correctly
4 participants