mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added AirDateUtc for UTC offset time
This commit is contained in:
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
|
||||
public bool IsRecentEpisode()
|
||||
{
|
||||
return Episodes.Any(e => e.AirDate >= DateTime.Today.AddDays(-14));
|
||||
return Episodes.Any(e => e.AirDateUtc >= DateTime.Today.AddDays(-14));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user