mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Switched date operations to utc
This commit is contained in:
parent
f931a375cf
commit
4752d12aaa
@@ -136,7 +136,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
return null;
|
||||
}
|
||||
|
||||
return File.GetLastWriteTime(await GetImagePath().ConfigureAwait(false));
|
||||
return File.GetLastWriteTimeUtc(await GetImagePath().ConfigureAwait(false));
|
||||
}
|
||||
|
||||
private int? Height
|
||||
|
||||
Reference in New Issue
Block a user