[Mono-bugs] [Bug 58109][Nor] New - Process.GetCurrentProcess().StartTime returns incorrect value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 05:10:52 -0400 (EDT)
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 dag_trygve@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58109
--- shadow/58109 2004-05-06 05:10:52.000000000 -0400
+++ shadow/58109.tmp.6272 2004-05-06 05:10:52.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 58109
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 8.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dag_trygve@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Process.GetCurrentProcess().StartTime returns incorrect value
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Process.GetCurrentProcess().StartTime returns incorrect date.
+
+Steps to reproduce the problem:
+1.
+Process p = Process.GetCurrentProcess();
+Console.WriteLine(p.StartTime.ToString());
+
+Actual Results:
+1/1/1601 1:00:00 AM
+
+Expected Results:
+Date/time the process started
+
+How often does this happen?
+Every time.
+
+Additional Information: