Closed michaelkrieger closed 2 years ago
Adding to this,
The system has the correct time.
The docker container has the correct time and timezone (if I exec a shell in the container and type date
and it has the correct timezone).
Yet the graphs made by 14all.cgi have the wrong time for "The statistics were last updated" and the wrong time on the right of the graph.
It seems /etc/localtime and /etc/timezone are needed to have correct behaviour of the perl script.
@michaelkrieger thank you!
The timezone with just setting TZ appears to be off and displaying UTC rather than the correct timezone. Mating in /etc/localtime and /etc/timezone fixes that.