mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* In case of no DST, DST timezone offset must equal normal timezone offset
This commit is contained in:
parent
cd284bd030
commit
84f3c4908a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user