mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
parent
364a5564ae
commit
fa923e658f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace NzbDrone.Core.Parser
|
|||
if (DateTimeRoutines.TryParseDateOrTime(
|
||||
str, dtFormat, out DateTimeRoutines.ParsedDateTime dt))
|
||||
{
|
||||
return dt.DateTime;
|
||||
return dt.DateTime.ToUniversalTime();
|
||||
}
|
||||
|
||||
throw new InvalidDateException($"FromFuzzyTime parsing failed for string {str}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue