* In case of no DST, DST timezone offset must equal normal timezone offset

This commit is contained in:
Michaël Van Canneyt 2025-08-01 16:37:23 +02:00
parent cd284bd030
commit 84f3c4908a

View File

@ -744,10 +744,10 @@ begin
DSTEndSec := ADSTEndSec; DSTEndSec := ADSTEndSec;
DSTStartSpecType := ADSTStartSpecType; DSTStartSpecType := ADSTStartSpecType;
DSTEndSpecType := ADSTEndSpecType; DSTEndSpecType := ADSTEndSpecType;
end; end
end else
else DSTOffset := -3600 + TZOffset;
DSTOffset := -3600 + TZOffset; end;
end; end;
end; end;
end; end;