* 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;
DSTStartSpecType := ADSTStartSpecType;
DSTEndSpecType := ADSTEndSpecType;
end;
end
else
DSTOffset := -3600 + TZOffset;
end
else
DSTOffset := -3600 + TZOffset;
end;
end;
end;
end;