[Request] Set Container Timezone so Backups and Cron Match Local Time #629
Closed
bitboss-ca
started this conversation in
Ideas
Replies: 2 comments
-
You can achieve this by mounting the hosts timezone info: https://offen.github.io/docker-volume-backup/how-tos/set-container-timezone.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, yes! Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to be able to set the TZ environment variable for the backup container so that the cron expression would work with local time. Right now it seems to be UTC only. For example, many docker containers allow for this:
...which would set the time zone inside the container to America/Vancouver.
Beta Was this translation helpful? Give feedback.
All reactions