matthewpi / images

Docker images designed for use with Pterodactyl's Egg system.
MIT License
41 stars 450 forks source link

System time zone #3

Closed Alexey336 closed 2 years ago

Alexey336 commented 2 years ago

Is there any way to make containers use system time?

matthewpi commented 2 years ago

You need to pass the system time into the containers. The images default the TZ environment variable to UTC if it is not set. There is no guarantee that all applications will respect or use that variable either.