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

Adds tzdata to properly handle timezones #249

Closed
wants to merge 1 commit into from

Conversation

jeroenj
Copy link

@jeroenj jeroenj commented Oct 28, 2019

This makes it possible to for example use Europe/Brussels as the timezone. Reason for this is that without it it seems to be impossible to set it to the correct timezone:

bash-5.0# TZ=CET
bash-5.0# date
Mon Oct 28 21:16:38 CET 2019

bash-5.0# TZ=Europe/Brussels
bash-5.0# date
Mon Oct 28 21:16:59 UTC 2019

bash-5.0# apk add tzdata
(1/1) Installing tzdata (2019c-r0)
Executing busybox-1.30.1-r2.trigger
OK: 55 MiB in 64 packages

bash-5.0# TZ=Europe/Brussels
bash-5.0# date
Mon Oct 28 22:17:47 CET 2019

dperson pushed a commit that referenced this pull request Oct 30, 2019
@dperson dperson self-assigned this Oct 30, 2019
@dperson
Copy link
Owner

dperson commented Oct 30, 2019

Thanks it's been merged.

@dperson dperson closed this Oct 30, 2019
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.

None yet

2 participants