mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-19 22:35:35 +00:00
Trakt fixed DST issue, removing workaround
This commit is contained in:
@@ -133,12 +133,6 @@ namespace NzbDrone.Core.MetadataSource
|
||||
{
|
||||
DateTime result;
|
||||
|
||||
//Todo: Remove this when DST ends and/or trakt fixes DST airings in EST/EDT
|
||||
if (iso != null && iso.EndsWith("-05:00"))
|
||||
{
|
||||
iso = iso.Replace("-05:00", "-04:00");
|
||||
}
|
||||
|
||||
if (!DateTime.TryParse(iso, out result))
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user