Switched date operations to utc

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-04 15:23:15 -04:00
parent f931a375cf
commit 4752d12aaa
13 changed files with 81 additions and 34 deletions

View File

@@ -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