-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Wrong time zone is used in the container #2073
Comments
So after reading into Docker and timezones I decided that it would be best to experiment outside of Pterodactyl and see how raw centos and debian containers behave with different environment variables and mounts. CentOS 8 - CentOS 8 - CentOS 8 - CentOS 8 - -- Debian (buster-slim) - Debian (buster-slim) - Debian (buster-slim) - Debian (buster-slim) - So it seems that the best combination would be a |
Issue still exists, like in #2239 |
same problem Europe/Prague - 2 hours |
Same issue is this going to be looked into or should a new issue be opened for it to be seen? |
No. |
Background (please complete the following information):
Describe the bug
The time zone used in the docker container is wrong. It's always UTC.
In the Daemon config the tim zon path is /etc/timezone and in this file is "Europe/Berlin" written.
timedatectl also displays the correct time zone (Europe/Berlin).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The time should be like the timezone set in /etc/timezone
The text was updated successfully, but these errors were encountered: