فهرست منبع

* resolution of now increased to ms

marco 21 سال پیش
والد
کامیت
8d238cd712
1فایلهای تغییر یافته به همراه9 افزوده شده و 3 حذف شده
  1. 9 3
      rtl/unix/sysutils.pp

+ 9 - 3
rtl/unix/sysutils.pp

@@ -820,10 +820,13 @@ End;
 
 
 Procedure GetLocalTime(var SystemTime: TSystemTime);
+
+var
+  usecs : Word;
 begin
-  GetTime(SystemTime.Hour, SystemTime.Minute, SystemTime.Second);
+  GetTime(SystemTime.Hour, SystemTime.Minute, SystemTime.Second, SystemTime.MilliSecond, usecs);
   GetDate(SystemTime.Year, SystemTime.Month, SystemTime.Day);
-  SystemTime.MilliSecond := 0;
+//  SystemTime.MilliSecond := 0;
 end ;
 
 
@@ -1088,7 +1091,10 @@ end.
 {
 
   $Log$
-  Revision 1.53  2004-11-06 17:24:07  marco
+  Revision 1.54  2004-11-14 15:10:44  marco
+   * resolution of now increased to ms
+
+  Revision 1.53  2004/11/06 17:24:07  marco
    * getenv had ansistring as param due to {$H+} now shortstring.
 
   Revision 1.52  2004/11/02 13:59:42  marco