Browse Source

* bugfix 1867 (merged)

carl 23 years ago
parent
commit
9b1e434854
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/objpas/dati.inc

+ 5 - 2
rtl/objpas/dati.inc

@@ -604,7 +604,7 @@ var
                         end ;
                         end ;
                      'Z': begin
                      'Z': begin
                         if Count = 1 then StoreInt(MilliSecond, 0)
                         if Count = 1 then StoreInt(MilliSecond, 0)
-                        else StoreInt(MilliSecond, 2);
+                        else StoreInt(MilliSecond, 3);
                         end ;
                         end ;
                      'T': begin
                      'T': begin
                         if Count = 1 then StoreFormat(timereformat(ShortTimeFormat))
                         if Count = 1 then StoreFormat(timereformat(ShortTimeFormat))
@@ -677,7 +677,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2002-09-07 16:01:22  peter
+  Revision 1.7  2002-09-07 21:06:51  carl
+    * bugfix 1867 (merged)
+
+  Revision 1.6  2002/09/07 16:01:22  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
 }
 }