Browse Source

TwoDigitYearCenturyWindow is 50

michael 22 years ago
parent
commit
07583c11a7
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/objpas/sysutils/datih.inc

+ 5 - 2
rtl/objpas/sysutils/datih.inc

@@ -43,7 +43,7 @@ const
      ((31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31),
      ((31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31),
       (31, 29, 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
                              { Threshold to be subtracted from year before
                                age-detection.}
                                age-detection.}
 
 
@@ -128,7 +128,10 @@ Procedure GetLocalTime(var SystemTime: TSystemTime);
 
 
 {
 {
   $Log$
   $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
     * moved classes unit to rtl
 
 
   Revision 1.8  2003/01/18 23:45:37  michael
   Revision 1.8  2003/01/18 23:45:37  michael