|
@@ -4485,6 +4485,7 @@ void __fastcall TFTPFileSystem::RemoteFileTimeToDateTimeAndPrecision(const TRemo
|
|
|
ModificationFmt = Source.HasSeconds ? mfFull : mfMDHM;
|
|
|
|
|
|
// With IIS, the Utc should be false only for MDTM
|
|
|
+ // Though we should probably remove the !Utc check as in DST, the MDTM gets shifted too.
|
|
|
if (FWindowsServer && !Source.Utc)
|
|
|
{
|
|
|
DateTime -= DSTDifferenceForTime(DateTime);
|