2025-05-08, 10:49 PM
Hello,
I run Jellyfin in docker with:
environment:
- TZ=Europe/Paris
in my docker-compose.yml
My server runs on Debian. The date and time is properly configured:
# cat /etc/timezone
Europe/Paris
I get the correct time when using the "date" command.
However, the time given in the Jellyfin Playback Reporting plug-in tab is incorrect. When I look at the play time of any media, I see UTC time instead of UTC+2.
For example, I see:
10:02 PM Star Trek : La nouvelle génération - s04e17 - Terreurs nocturnes
instead of:
12:02 AM Star Trek : La nouvelle génération - s04e17 - Terreurs nocturnes
Any idea why?
When I use the browser to play I media, the time given on the line "will finish at XX:XX" is correct. But I do not know which source is used to display that time...
Thank you for you help!
I run Jellyfin in docker with:
environment:
- TZ=Europe/Paris
in my docker-compose.yml
My server runs on Debian. The date and time is properly configured:
# cat /etc/timezone
Europe/Paris
I get the correct time when using the "date" command.
However, the time given in the Jellyfin Playback Reporting plug-in tab is incorrect. When I look at the play time of any media, I see UTC time instead of UTC+2.
For example, I see:
10:02 PM Star Trek : La nouvelle génération - s04e17 - Terreurs nocturnes
instead of:
12:02 AM Star Trek : La nouvelle génération - s04e17 - Terreurs nocturnes
Any idea why?
When I use the browser to play I media, the time given on the line "will finish at XX:XX" is correct. But I do not know which source is used to display that time...
Thank you for you help!