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
Describe the bug
I am passing a timezone environment variable and mounting timezone and localtime as volumes in the docker container, but all times reported by the container are in UTC.
Expected behavior
I run the following commands on the container:
$ docker exec homer date
Mon Apr 15 17:30:27 UTC 2024
$ docker exec homer cat /etc/timezone
America/Edmonton
The container can see the timezone but is not recognising it.
Logs & errors
Perhaps the container image could include tzdata to allow this to work.
Screenshots
n/a
Configuration
n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
I am passing a timezone environment variable and mounting timezone and localtime as volumes in the docker container, but all times reported by the container are in UTC.
Expected behavior
I run the following commands on the container:
The container can see the timezone but is not recognising it.
Logs & errors
Perhaps the container image could include
tzdata
to allow this to work.Screenshots
n/a
Configuration
n/a
The text was updated successfully, but these errors were encountered: