Blue278 22 Posted May 25, 2025 Posted May 25, 2025 I was wondering if there is an option to reflect the TV schedule dates depending on where you live. Kodi correctly syncs my TV show air dates. I tried changing the time zone in Docker on my UGREEN DXP4800 Plus. If I change to the Australian time zone UTC +11, Sunday changes to Saturday. If I change the timezone between UTC -1 to -11, the dates don't change. I'm a bit confused. Kodi:Technically, this is the correct date for my EU region. Emby; Wong Date for my region. Timezone:UTC -1 to -11 no change to the dates \ Thanks
Luke 42255 Posted May 26, 2025 Posted May 26, 2025 HI, have you checked the timezone settings of the client device as well (browser?) ?
Blue278 22 Posted May 26, 2025 Author Posted May 26, 2025 58 minutes ago, Luke said: HI, have you checked the timezone settings of the client device as well (browser?) ? Hi, Yes
Luke 42255 Posted May 26, 2025 Posted May 26, 2025 Just now, Blue278 said: Hi, Yes And what did you find?
Blue278 22 Posted May 26, 2025 Author Posted May 26, 2025 6 minutes ago, Luke said: And what did you find? UGREEN DXP4800+ Emby
Blue278 22 Posted May 31, 2025 Author Posted May 31, 2025 4 hours ago, Luke said: And how about on the client machine? UGREEN DXP4800 Plus, Mac mini & Emby all showing the correct time for my region.
Blue278 22 Posted June 5, 2025 Author Posted June 5, 2025 9 hours ago, Luke said: Are you still having an issue with this? Yes.
Blue278 22 Posted July 16, 2025 Author Posted July 16, 2025 @LukeNo, I haven’t. So the issues have been going on for years. Will it be fixed soon? Thanks
Luke 42255 Posted July 16, 2025 Posted July 16, 2025 20 minutes ago, Blue278 said: @LukeNo, I haven’t. So the issues have been going on for years. Will it be fixed soon? Thanks I would take a look at them. I linked to them because they both found solutions.
Blue278 22 Posted July 16, 2025 Author Posted July 16, 2025 17 hours ago, Luke said: I would take a look at them. I linked to them because they both found solutions. I have reached out for help. I'm not an advanced user of Docker, it’s very complicated. 1
Blueskies278 43 Posted 3 hours ago Posted 3 hours ago (edited) @LukeI'm still having issues where the incorrect dates are displayed in upcoming. Title: Upcoming view shows episodes one day early - timezone rendering bug Emby Version: 4.10.0.8 beta (also tested on latest stable - same issue) Server OS: Docker container on Ugreen DXP4800 Plus (Debian) Server Timezone: Europe/London (UTC+1) Issue: The Upcoming view displays future episodes one day early. This has been an ongoing issue since at least May 2025 (see my previous thread: https://emby.media/community/topic/139138-upcoming-tv-schedule-dates/) Proof this is a rendering bug, not a data bug: I have confirmed the following for Marshals S1E6 "Out of the Shadows (2)": TMDB cache file on server contains: air_date: 2026-04-06T00:00:00.0000000Z Emby Upcoming view displays: Sunday 5 Apr Correct date should be: Monday 6 Apr Kodi reads identical data and displays Monday 6 Apr correctly Container time confirmed correct: Mon Apr 6 00:09:59 BST 2026 /etc/localtime correctly set to Europe/London MetadataCountryCode set to GB UICulture set to en-GB Root cause: Emby's Upcoming view rendering code is subtracting the UTC+1 offset when grouping episodes by day. Since air dates are stored as midnight UTC (T00:00:00.0000000Z), subtracting 1 hour pushes them back to 23:00 the previous day, causing them to appear under the wrong date group. Kodi handles this correctly by applying the show's network timezone when converting UTC air times to local dates. Emby needs to do the same. Steps to reproduce: Run Emby server in Docker with TZ=Europe/London Add any US network show to your library View the Upcoming section on the home screen Episodes will appear one day early compared to the actual air date Expected: Marshals S1E6 shows under Monday 6 Apr Actual: Marshals S1E6 shows under Sunday 5 Apr / Yesterday embyserver.txt Edited 3 hours ago by Blueskies278
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now