How to set timezone #900
Unanswered
ppineda32
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm trying to change the timezone, I added this value to configure the timezone
And it shows the correct timezone in the UI but whenever I run something like
print(datetime.now())
It prints the time in utc instead of the time in the specified timezone
It is working with docker compose but not with this helm chart
Someone knows?
Beta Was this translation helpful? Give feedback.
All reactions