[Mono-bugs] [Bug 31847][Wis] New - Process.StartTime and Process.ExitTime returns incorrect values

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Oct 2002 02:02:46 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=31847

--- shadow/31847	Sun Oct  6 22:02:46 2002
+++ shadow/31847.tmp.29306	Sun Oct  6 22:02:46 2002
@@ -0,0 +1,33 @@
+Bug#: 31847
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Process.StartTime and Process.ExitTime returns incorrect values
+
+process.StartTime and process.ExitTime does not return the 'full time'.
+
+Run the attached test case:
+
+duncan:~/src $ mono timing.exe 
+Hello World!
+Using DateTime.Now
+After:  631695529063301060
+Before: 631695529062734410
+
+Using process.StartTime and process.ExitTime
+After:  631695529060000000
+Before: 631695529060000000
+Total time elapsed: 56.665 milliseconds.
+Total time elapsed: 0 milliseconds.