[Mono-bugs] [Bug 75353][Nor] Changed - DateTime.Parse problem
en-GB: ok on 1.1.6, fails on 1.1.8
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 11:54:06 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75353
--- shadow/75353 2005-06-27 06:05:15.000000000 -0400
+++ shadow/75353.tmp.20957 2005-06-27 11:54:06.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75353
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: atsushi at ximian.com
ReportedBy: kevin-f at linkprior.com
QAContact: mono-bugs at ximian.com
@@ -104,6 +104,11 @@
In the implementation, yes. Those pattern strings returned by such as
ShortDatePattern should be included in the pattern list that
GetAllDateTimePatterns() returns. Anyways en-GB DateTimeFormatInfo
currently does not return dd/MM/yyyy for that method above, so that's
the problem (it seems to have very different pattern list).
+
+------- Additional Comments From atsushi at ximian.com 2005-06-27 11:54 -------
+Actually I got to think that having basic pattern in extra patterns
+should be mandatory, so the answer to your Q should be "no" :-) I
+fixed locale-builder to behave as such (r46560-46561). Thanks.
More information about the mono-bugs
mailing list