mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +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;
|
||||
DSTStartSpecType := ADSTStartSpecType;
|
||||
DSTEndSpecType := ADSTEndSpecType;
|
||||
end;
|
||||
end
|
||||
else
|
||||
DSTOffset := -3600 + TZOffset;
|
||||
end
|
||||
else
|
||||
DSTOffset := -3600 + TZOffset;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user