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
I think the timezone is hardcoded as UTC somewhere, can't seem to override it and it's adjusting the clock to be incorrect for my time zone.
When I tried to use an additional environment variable to change I got the error;
"Error: UPGRADE FAILED: execution error at (bazarr/templates/common.yaml:11:4): Container - Environment Variable [TZ] in [envList] tried to override the Environment Variable that is already defined in [fixedEnv]"
Thanks for looking!
The text was updated successfully, but these errors were encountered:
Are you sure you are not defining TZ twice in your deployment? It's UTC by default as set in the Dockerfile but it can be overridden as I'm doing here...
I think the timezone is hardcoded as UTC somewhere, can't seem to override it and it's adjusting the clock to be incorrect for my time zone.
When I tried to use an additional environment variable to change I got the error;
"Error: UPGRADE FAILED: execution error at (bazarr/templates/common.yaml:11:4): Container - Environment Variable [TZ] in [envList] tried to override the Environment Variable that is already defined in [fixedEnv]"
Thanks for looking!
The text was updated successfully, but these errors were encountered: