[Mono-bugs] [Bug 57656][Nor] New - When parsing a string to a date in long format year is coming wrong

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 11:04:12 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/57656	2004-04-26 11:04:12.000000000 -0400
+++ shadow/57656.tmp.31906	2004-04-26 11:04:12.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 57656
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rafaelteixeirabr@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: When parsing a string to a date in long format year is coming wrong
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+try DateTime.Parse("February 12, 1969") returns 02/12/2004 with 
+Thread.CurrentThread.CurrentCulture = new CultureInfo ("");
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+02/12/1969
+
+How often does this happen? 
+
+always
+
+Additional Information:
+
+Caught when runing nunit tests for Microsoft.VisualBasic assembly