mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 14:20:05 +02:00
GetLocalTimeOffset - fix overload call
git-svn-id: trunk@47289 -
This commit is contained in:
parent
4e03876083
commit
e10ee5ccb4
@ -1534,7 +1534,7 @@ end;
|
||||
function GetLocalTimeOffset(const DateTime: TDateTime): Integer;
|
||||
begin
|
||||
if not GetLocalTimeOffset(DateTime, Result) then
|
||||
Result:=GetLocalTimeOffset;
|
||||
Result:=GetLocalTimeOffset();
|
||||
end;
|
||||
|
||||
{ Conversion of UTC to local time and vice versa }
|
||||
|
Loading…
Reference in New Issue
Block a user