ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

Timezone support for panel #114

Open Navino16 opened 3 years ago

Navino16 commented 3 years ago

Hi, Is there any way to set the timezone for the panel image ? We can set the timezone with TZ env on the daemon image, is it possible to add it to panel image ?

Thanks

ccarney16 commented 3 years ago

You should be able to modify the image volumes to use the localtime of the server.

Navino16 commented 3 years ago

I have try to mount /etc/localtime and recreate the docker but without any success ... Maybe I have donne something wrong