mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
parent
364a5564ae
commit
fa923e658f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public static DateTime FromFuzzyTime(string str, string format = null)
|
|||
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…
Reference in a new issue