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

Alpine misses the tzdata package and does not handle timezone correctly #281

Closed
krufab opened this issue Mar 27, 2020 · 0 comments · Fixed by #282
Closed

Alpine misses the tzdata package and does not handle timezone correctly #281

krufab opened this issue Mar 27, 2020 · 0 comments · Fixed by #282
Assignees

Comments

@krufab
Copy link

krufab commented Mar 27, 2020

The fpm-alpine image misses the tzdata package and does not handle the timezone correctly, leading to inconsistent behavior compared to apache and fpm.

docker run --rm -it -e "TZ=Europe/Luxembourg" phpmyadmin/phpmyadmin:latest date
Fri Mar 27 23:10:13 CET 2020
docker run --rm -it -e "TZ=Europe/Luxembourg" phpmyadmin/phpmyadmin:5-fpm-alpine date
Fri Mar 27 22:10:24 UTC 2020
ibennetch added a commit that referenced this issue Mar 29, 2020
ibennetch added a commit that referenced this issue Mar 29, 2020
#281 Added tzdata also to the template alpine file
@williamdes williamdes self-assigned this Sep 1, 2020
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 a pull request may close this issue.

2 participants