* Patch from Laco to fix bug ID #37849

git-svn-id: trunk@48381 -
This commit is contained in:
michael 2021-01-24 10:58:05 +00:00
parent 55485228ca
commit 67a3af29a0

View File

@ -1058,7 +1058,7 @@ begin
Result := 0
else
Result := EncodeDate(EY, EM, ED);
Result := ComposeDateTime(Result, EncodeTime(EH, EN, ES, EMS));
Result := ComposeDateTime(Result, EncodeTimeInterval(EH, EN, ES, EMS));
end;
function TConnectionName.InternalStrToTime(C: pchar; Len: integer): TDateTime;