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

Ignore time zone declaration in filepath #14

Closed
flaviomeyer opened this issue Nov 20, 2019 · 1 comment
Closed

Ignore time zone declaration in filepath #14

flaviomeyer opened this issue Nov 20, 2019 · 1 comment

Comments

@flaviomeyer
Copy link

Hello @JamesClonk

I'm using your backman Docker repo on Swisscom Cloud Foundry for backing up MongoDB's.
Now I noticed that the backup filename does not use the correct time zone, which was defined when deploying the application by setting "cf set-env backman TZ Europe/Zurich".

swisscom_cf_backman_timezone

backman uses the time zone UTC which is shown in the filename.

Is this a bug of the application or am I setting the time zone of the backmann app wrong?

Thanks for your help :)

Regards,
Flavio

@JamesClonk
Copy link
Member

Hi @meyerf99,

Thanks for the hint, it's indeed a bug.
It seems I forgot to add the tzdatapackage to the Docker image, so it was not respecting (or rather simply not working with) the TZ env variable.
I just built and pushed a new image that also contains the necessary tzdata, now it should work. 😄 👍

michaelbeutler pushed a commit to michaelbeutler/backman that referenced this issue Mar 28, 2024
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

No branches or pull requests

2 participants