mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
TwoDigitYearCenturyWindow is 50
This commit is contained in:
parent
42a38ae677
commit
07583c11a7
@ -43,7 +43,7 @@ const
|
||||
((31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31),
|
||||
(31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31));
|
||||
|
||||
TwoDigitYearCenturyWindow : word=0;
|
||||
TwoDigitYearCenturyWindow : word= 50;
|
||||
{ Threshold to be subtracted from year before
|
||||
age-detection.}
|
||||
|
||||
@ -128,7 +128,10 @@ Procedure GetLocalTime(var SystemTime: TSystemTime);
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-10-06 21:01:06 peter
|
||||
Revision 1.2 2003-11-26 20:15:46 michael
|
||||
TwoDigitYearCenturyWindow is 50
|
||||
|
||||
Revision 1.1 2003/10/06 21:01:06 peter
|
||||
* moved classes unit to rtl
|
||||
|
||||
Revision 1.8 2003/01/18 23:45:37 michael
|
||||
|
Loading…
Reference in New Issue
Block a user