Replies: 1 comment
-
Hi! We've never paid attention to it. It seems that the timezone can be changed via UPD: damn, it's not that simple since it uses one environment variable for the database and for the log output, we need to separate them somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I run planka in a container and set the timezone of the container in docker-compose file like this:
- /etc/localtime:/etc/localtime:ro
I checked that the timezone in the container is as same as the docker host server now. But the timestamp is wrong in the planka.log file. It seems that the timezone in the log file is UTC-0, it doesn't keep the same as the container.
How can I set the timezone in the log file to the same timezone of the container?
Beta Was this translation helpful? Give feedback.
All reactions