[Mono-bugs] [Bug 30030][Nor] Changed - DateTime.ToUniversalTime() not returning correct value

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Dec 2002 19:40: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 martin@ximian.com.

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

--- shadow/30030	Sun Sep  8 10:12:35 2002
+++ shadow/30030.tmp.5963	Sat Dec  7 14:40:46 2002
@@ -2,16 +2,16 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: DateTime.ToUniversalTime() not returning correct value
@@ -39,6 +39,15 @@
 		} 
 		Console.WriteLine(t1.ToUniversalTime().ToString ("U"));
 		return 1;
 	}
 }
 === cut === cut === cut === cut === cut === cut ===
+
+------- Additional Comments From martin@ximian.com  2002-12-07 14:40 -------
+There is a related problem in DateTime.Now: currently, the return value on the Mono runtime is that same than DateTime.UtcNow, but 
+the DateTime.cs code seems to be correct.
+
+I suppose this is a problem somewhere in the runtime.
+
+However, since I'm the one who wrote this code, I'll try to have a look at it.
+