mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 15:09:22 +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;
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user