Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of standard docker TZ env var #765

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

watsonbox
Copy link
Contributor

@watsonbox watsonbox commented Jun 20, 2024

I noticed that the time zone wasn't set up right for me, and eventually came across this which got me up and running.

However, both that issue and this more recent one were opened by people trying to use the standard docker TZ var to set the app time zone. That seems like a reasonable thing to do.

If you agree, what do you think of this small fix?

Note

An alternate approach might be to use the system time zone instead of UTC as the default. That would give the benefit of working for both bare metal installs as well as docker containers configured with TZ.

Closes #764

@sissbruecker
Copy link
Owner

Thanks, seems like a good start

@sissbruecker sissbruecker merged commit b72697b into sissbruecker:master Aug 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date and time incorrect
2 participants