LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

[Feature]: Add tzdata in docker containers by default

Open ptcarino opened this issue 1 year ago • 1 comments

User story

As an adminsitrator, I want to set proper time and timezone so that logs use the correct local date and time.

Game

Terraria

Linux distro

Other

Command

command: start

Further information

Docker environment variable "TZ" has no effect as there's no tzdata installed in the container. Log timestamps are affected due to this as the container's system timezone is set to Etc/UTC. Calculating the time difference can hamper troubleshooting procedures.

ptcarino avatar Dec 05 '24 07:12 ptcarino