GetLocalTimeOffset - fix overload call

git-svn-id: trunk@47289 -
This commit is contained in:
ondrej 2020-11-03 09:46:14 +00:00
parent 4e03876083
commit e10ee5ccb4

View File

@ -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 }