You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
I am stuck with UTC time when running kimai as a docker instance. I have ensured that both my kimai and mysql docker instance is in the correct timezone and not UTC.
I have tried using both -v /etc/localtime:/etc/localtime:ro and -e "TZ=Continent/City" as well as using tzdata, not that either should give a different result.
How to repeat:
(Use Amsterdam timezone as an example which is +1 hour of utc time)
docker run --rm -ti -p 8080:8080 --name kimai2 kimai/kimai2 -e "TZ=Europe/Amsterdam" (... etc)
The text was updated successfully, but these errors were encountered:
I am stuck with UTC time when running kimai as a docker instance. I have ensured that both my kimai and mysql docker instance is in the correct timezone and not UTC.
I have tried using both -v /etc/localtime:/etc/localtime:ro and -e "TZ=Continent/City" as well as using tzdata, not that either should give a different result.
How to repeat:
(Use Amsterdam timezone as an example which is +1 hour of utc time)
docker run --rm -ti -p 8080:8080 --name kimai2 kimai/kimai2 -e "TZ=Europe/Amsterdam" (... etc)
The text was updated successfully, but these errors were encountered: