Sonarr version (exact version): 2.0.0.5054
Mono version (if Sonarr is not running on Windows): 4.2.3
OS: Debian
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
I’m in the UK, but I have an issue when I add any shows that are on the UK Channel Sky Atlantic. Basically, the airtime that Sonarr shows for each episode is 5 hours out. For example, the show called “The Tunnel” is due to start season 3 on Dec 14th at 9pm but Sonarr shows it as starting on Dec 15th at 2am. I’m getting the same for other shows on this channel (such as “Fortitude” or “Rivierra”) but shows on other UK channels (such as Sky One) show the correct time. I’ve checked on the TVDB and the shows have the correct local start time.
It looks like somewhere Sky Atlantic has been set to the wrong timezone and looks like it’s EST rather than GMT. Not being sure how Sonarr gets it’s timezone info, I raised this on the TVDB forum but they say they don’t hold timezone info, so I guess it’s set somewhere else.
When I do a trace log, I can see Sonarr calling the following:
http://skyhook.sonarr.tv/v1/tvdb/shows/en/274065
and then the detail for S03E01 shows as
{“tvdbShowId”:274065,“tvdbId”:6136708,“seasonNumber”:3,“episodeNumber”:1,“title”:“Vengeance: Episode 1”,“airDate”:“2017-12-14”,“airDateUtc”:“2017-12-15T02:00:00Z”,“overview”:“A burning fishing boat found on the Channel turns into a new case for Karl and Elise in the third and final chapter of the series.”,“image”:“http://thetvdb.com/banners/episodes/274065/6136708.jpg”}
so clearly the UTC is wrong.
How can I get this fixed?
Thanks