LinuxGSM
LinuxGSM copied to clipboard
[Feature]: Add tzdata in docker containers by default
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.