mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #574] Changing timezone in docker #337
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Azinuss on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/574
The docker container logs show time in UTC-0. I tried to change it using different environment variables but nothing worked. How can I set the time zone?
@git001 commented on GitHub (Apr 17, 2025):
Have you also tried to set the environment variable
TZ=Your/TimeZone?@sigoden commented on GitHub (Apr 17, 2025):
Since dufs is based on a scratch image, there is no way to change its default timezone.
Maybe you should create your own Docker image.
@Azinuss commented on GitHub (Apr 17, 2025):
Thanks for the answer!