[Mono-bugs] [Bug 40910][Maj] Changed - Bad "Z" mask parsing in DateTime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 11 Apr 2003 00:35:13 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=40910
--- shadow/40910 Thu Apr 10 23:45:38 2003
+++ shadow/40910.tmp.31483 Fri Apr 11 00:35:13 2003
@@ -1,22 +1,21 @@
Bug#: 40910
Product: Mono/Class Libraries
Version: unspecified
-OS: unknown
-OS Details: probably linux too
+OS: All
+OS Details:
Status: REOPENED
Resolution:
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Bad "Z" mask parsing in DateTime
Description of Problem:
Bad "Z" mask parsing in DateTime.
This affects all unit tests using X509Certificate (X509Certificate,
@@ -148,6 +147,14 @@
</test-results>
------- Additional Comments From bmaurer@users.sf.net 2003-04-10 23:45 -------
Created an attachment (id=4007)
It looks like this patch will work
+
+------- Additional Comments From bmaurer@users.sf.net 2003-04-11 00:35 -------
+Can someone do regression testing on that patch? My shell is not
+working yet ;-).
+
+Also, the specs are very unclear on how to handle 'Z' vs 'z', sp
+tells me that it works either way on Windows/MS Runtime. I think we
+should just emulate Microsoft on this.