mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
parent
55485228ca
commit
67a3af29a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user