mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* Corrections of omissions in GetLocalTime
git-svn-id: trunk@47528 -
This commit is contained in:
parent
f5a95782a9
commit
ba84c70356
@ -559,10 +559,11 @@ begin
|
|||||||
Year:=DT.Year;
|
Year:=DT.Year;
|
||||||
Month:=DT.Month;
|
Month:=DT.Month;
|
||||||
Day:=DT.Day;
|
Day:=DT.Day;
|
||||||
|
DayOfWeek:=DT.WeekDay;
|
||||||
Hour:=DT.Hour;
|
Hour:=DT.Hour;
|
||||||
Minute:=DT.Minute;
|
Minute:=DT.Minute;
|
||||||
Second:=DT.Second;
|
Second:=DT.Second;
|
||||||
MilliSecond:=DT.Sec100;
|
MilliSecond:=DT.Sec100 * 10;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user