Index: times.cc
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/times.cc,v
retrieving revision 1.37
diff -u -r1.37 times.cc
--- times.cc	7 Jun 2002 03:44:33 -0000	1.37
+++ times.cc	7 Jun 2002 20:57:58 -0000
@@ -654,6 +654,7 @@
   SetThreadPriority (GetCurrentThread (), priority);
   initime_us.HighPart = f.dwHighDateTime;
   initime_us.LowPart = f.dwLowDateTime;
+  initime_us.QuadPart -= FACTOR;
   initime_us.QuadPart /= 10;
 }
 
