[Mono-bugs] [Bug 78569][Maj] Changed - DateTime.Parse fails to use
culture info
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 7 02:31:18 EDT 2006
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=78569
--- shadow/78569 2006-06-07 00:55:31.000000000 -0400
+++ shadow/78569.tmp.23011 2006-06-07 02:31:18.000000000 -0400
@@ -10,13 +10,12 @@
Component: System
AssignedTo: atsushi at ximian.com
ReportedBy: colin at breame.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: DateTime.Parse fails to use culture info
Running the program below outputs something like:
02/06/2006 12:58:26 06/02/2006 12:58:26
But should output:
@@ -104,6 +103,10 @@
mono ./78569.exe
07/06/2006 13:19:48 dd/MM/yyyy 2006/06/07 13:19:48 7
Looks like the problem is in DateTime.Parse() itself, not in
locale-builder.
+
+------- Additional Comments From atsushi at ximian.com 2006-06-07 02:31 -------
+Peter, any idea why this change caused this regression?
+http://svn.myrealbox.com/viewcvs/trunk/mcs/class/corlib/System.Globalization/DateTimeFormatInfo.cs?rev=57679&r1=57532&r2=57679
More information about the mono-bugs
mailing list