[Enhancement]: Docker TimeZone parameter #596

Closed
opened 2026-04-24 23:14:11 +02:00 by adam · 1 comment
Owner

Originally created by @MikePrime21 on GitHub (Aug 22, 2022).

Describe the feature/enhancement

Now that I can schedule library scans, it helps if the docker container is running on my timezone. Some docker containers allow me to pass in a timezone environment variable. I don't know if there is any other way to modify the timezone besides that, but this would help docker noobs like myself greatly.

Originally created by @MikePrime21 on GitHub (Aug 22, 2022). ### Describe the feature/enhancement Now that I can schedule library scans, it helps if the docker container is running on my timezone. Some docker containers allow me to pass in a timezone environment variable. I don't know if there is any other way to modify the timezone besides that, but this would help docker noobs like myself greatly.
adam added the enhancement label 2026-04-24 23:14:11 +02:00
adam closed this issue 2026-04-24 23:14:12 +02:00
Author
Owner

@advplyr commented on GitHub (Aug 22, 2022):

The dockerfile uses tzdata which means you can pass in an environment variable TZ to set the time zone for your container.

There are some examples here: https://www.howtogeek.com/devops/how-to-handle-timezones-in-docker-containers

@advplyr commented on GitHub (Aug 22, 2022): The dockerfile uses tzdata which means you can pass in an environment variable `TZ` to set the time zone for your container. There are some examples here: https://www.howtogeek.com/devops/how-to-handle-timezones-in-docker-containers
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#596