mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 05:00:24 +01:00
Switched date operations to utc
This commit is contained in:
parent
f931a375cf
commit
4752d12aaa
@@ -276,7 +276,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
if (DateTime.TryParse(val, out i))
|
||||
{
|
||||
return i;
|
||||
return i.ToUniversalTime();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user