Closed adripo closed 4 months ago
I just saw that the issue is solved in development https://github.com/Forceu/Gokapi/commit/507c7b5d941a19c00c6cfbff94e48e0161d9ae43
Thank you, and yes you are right, it has been fixed. I am currently working on Redis support and once that is finished I will release the new version with the fix. In the meantime you can use the tag latest-dev
, which should be already stable enough for daily use or you install tzdata manually in the container
Description:
According to the documentation, the
TZ
environment variable can be set to specify the timezone when starting the Docker container. However, this does not seem to work as expected.Steps to Reproduce:
Expected Behavior:
The container should use the specified timezone (e.g., UTC or Europe/Berlin) as set by the
TZ
environment variable.Actual Behavior:
The container does not reflect the timezone set by the
TZ
environment variable.Additional Information:
For reference, here is the relevant section of the documentation:
Thank you for looking into this issue.