mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 03:51:01 +02:00
* Fix compilation : implement correct GetLocalTimeOffset overload
This commit is contained in:
parent
fa384956d6
commit
1ae6f4ab97
@ -499,7 +499,7 @@ begin
|
||||
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
|
||||
Result := False; // not supported
|
||||
|
Loading…
Reference in New Issue
Block a user