mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 01:09:24 +02:00
parent
dafd3c3934
commit
0f7e1af3bb
@ -160,6 +160,7 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Date:=Date+1/(msecsperday*2);
|
||||||
j := pred((Trunc(System.Int(Date)) + 693900) SHL 2);
|
j := pred((Trunc(System.Int(Date)) + 693900) SHL 2);
|
||||||
ly:= j DIV 146097;
|
ly:= j DIV 146097;
|
||||||
j:= j - 146097 * cardinal(ly);
|
j:= j - 146097 * cardinal(ly);
|
||||||
|
Loading…
Reference in New Issue
Block a user