[Mono-bugs] [Bug 53461][Nor] Changed - DateTime.ParseExact doesn't return correct results with ending "Z"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jan 2004 08:43:41 -0500 (EST)


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 spouliot@videotron.ca.

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

--- shadow/53461	2004-01-30 08:27:20.000000000 -0500
+++ shadow/53461.tmp.21967	2004-01-30 08:43:41.000000000 -0500
@@ -50,6 +50,11 @@
 would set the timezone, and this is not a way to do it.
 
 ------- Additional Comments From spouliot@videotron.ca  2004-01-30 08:27 -------
 Created an attachment (id=6568)
 Better test case
 
+
+------- Additional Comments From spouliot@videotron.ca  2004-01-30 08:43 -------
+Modified DateTimeTest.cs test to use ToUniversalTime() before
+ToString(). This way everyone should have the same result. Also
+attached a better test case (also using ToUniversalTime).