-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
[BUG] Server Timezone is incorrect #257
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Not missing feedback, I am yet to receive any response or request for additional information |
Where are you looking to see that Jellyfin is using that TZ rather than the one you set? |
Unable to replicate myself:
That's with |
Apologies for the delay, I would like to confirm that the issue was only apparent from viewing times within Jellyfin, they were all out by an hour as if I had set Etc/UTC. The environment variable was still set correctly, Jellyfin just seemed to be ignoring it. |
I am experiencing this same issue. The linux machine, my tv, the docker set up are all showing the correct time. but when i open de app on my TV it shows UTC-time. I cannot play anything unless i turn off my ISP modem and use only my local network. Any ideas, help is greatly appriciated. |
Is there an existing issue for this?
Current Behavior
Jellyfin ignores envionment variable TZ and uses
TZ=Etc/UTC
Expected Behavior
Jellyfin uses
TZ=Europe/London
which is what it is set toSteps To Reproduce
TZ=Europe/London
underenvironment:
in docker-compose.ymlEnvironment
CPU architecture
x86-64
Docker creation
jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin environment: - PUID=1007 - PGID=1001 - TZ=Europe/London - JELLYFIN_PublishedServerUrl=[redacted] #optional volumes: - jellyfin-config:/config - jellyfin-cache:/cache - /mnt/pool/media:/media ports: - 8096:8096 restart: unless-stopped networks: - swag
Container logs
No mention of environment variables or timezones, and I would rather not obfuscate my entire log if not necessary (apologies)
The text was updated successfully, but these errors were encountered: