Jellyfin Forum
Incorrect timestamps in Playback Reporting - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Incorrect timestamps in Playback Reporting (/t-incorrect-timestamps-in-playback-reporting)



Incorrect timestamps in Playback Reporting - Ophrys - 2025-05-08

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!


RE: Incorrect timestamps in Playback Reporting - Ophrys - 2025-05-11

I got help: it is a bug and I missed the bug report:
https://github.com/jellyfin/jellyfin-plugin-playbackreporting/issues/106#issuecomment-2807025310


RE: Incorrect timestamps in Playback Reporting - Sainame - 2025-05-12

oh. Thanks for sharing the fix of this bug