mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 06:00:03 +02:00
* Fix compilation : implement correct GetLocalTimeOffset overload
This commit is contained in:
parent
fa384956d6
commit
1ae6f4ab97
@ -499,7 +499,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function GetLocalTimeOffset(const DateTime: TDateTime; const InputIsUTC: Boolean; out Offset: Integer): Boolean;
|
function GetLocalTimeOffset(const DateTime: TDateTime; const InputIsUTC: Boolean; out Offset: Integer; out isDst : boolean): Boolean;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result := False; // not supported
|
Result := False; // not supported
|
||||||
|
Loading…
Reference in New Issue
Block a user