[Mono-bugs] [Bug 58938][Nor] Changed - DateTime Parsing Assumes GMT
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 15:29:32 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58938
--- shadow/58938 2004-05-26 15:03:32.000000000 -0400
+++ shadow/58938.tmp.17289 2004-05-26 15:29:32.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58938
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: RedHat 9.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: kevinbe71mono@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -73,6 +73,9 @@
HH:mm:ss" pattern (used here) before UniversalSortableDateTimePattern
(of "en-US" culture). So our DateTime recognizes that string as
universal time string, and thus return the DateTime value which was
regarded as non-local time.
As a quick remedy, I will add "yyyy-MM-dd" as one of the extra pattern.
+
+------- Additional Comments From atsushi@ximian.com 2004-05-26 15:29 -------
+This should be fixed in cvs.