[Mono-bugs] [Bug 38661][Nor] Changed - Wrong format in DataSet DateTime field to XML conversion

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 12 Apr 2003 07:18: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 tam@siulung.com.

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

--- shadow/38661	Tue Feb 25 04:45:30 2003
+++ shadow/38661.tmp.26072	Sat Apr 12 07:18:13 2003
@@ -1,14 +1,14 @@
 Bug#: 38661
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Debian Woody
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: Tam@SiuLung.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -63,6 +63,9 @@
 
 Additional Information:
 According to W3C XML Schema (http://www.w3.org/TR/xmlschema-2/#dateTime),
 the 4 types of date related fields, i.e. dateTime, date, time and duration 
 all have their strict formatting. Even if System.DateTime.ToString() uses 
 Locale format, we have to follow the format when writing an XML.
+
+------- Additional Comments From Tam@SiuLung.com  2003-04-12 07:18 -------
+Fixed long ago.