-
Notifications
You must be signed in to change notification settings - Fork 87
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
TZ env var doesn't work due to tzdata package missing #51
Comments
Could you try mounting this instead?
|
Mounting in both the above still results in the same 'time' reported as both TZ's above. |
Thats wreid. Could you replicate bellow commands and paste your output?
[EDIT] |
I'm using the provided
Feel free to try emulate it yourself using the Dockerfile from this repo.
|
I hate to |
Currently setting
TZ="Australia/Melbourne"
has no effect on the containers timezone due to thetzdata
package missing.Before:
After
tzdata
install:Could we please add this to the container image/setup so we don't have to specify the cron expression as UTC?
The text was updated successfully, but these errors were encountered: