How to change the timezone in the container?? #1249
Unanswered
tomasperezponisio
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can set the TZ environment variable to specify the timezone. Add the
Restart the container using the After applying any of these changes, you can verify the timezone inside the container using the This should show the time in your desired timezone. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, my current timezone is 'UTC -3' (Time zone: America/Argentina/Buenos_Aires (-03, -0300)) , and if go inside the app container using bin/bash i see the timezone is 'UTC +000', how can i change this? so the container has the same timezone as my computer? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions