* Corrections of omissions in GetLocalTime

git-svn-id: trunk@47528 -
This commit is contained in:
Tomas Hajny 2020-11-22 15:53:50 +00:00
parent f5a95782a9
commit ba84c70356

View File

@ -559,10 +559,11 @@ begin
Year:=DT.Year;
Month:=DT.Month;
Day:=DT.Day;
DayOfWeek:=DT.WeekDay;
Hour:=DT.Hour;
Minute:=DT.Minute;
Second:=DT.Second;
MilliSecond:=DT.Sec100;
MilliSecond:=DT.Sec100 * 10;
end;
end;