https://bugzilla.novell.com/show_bug.cgi?id=352210
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=352210#c1 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-01-08 00:17:22 MST --- The cause of the issue is summarized within this one-liner example: Console.WriteLine (DateTime.ParseExact ("2007-06-15T10:30:10.5", "yyyy-MM-ddTHH:mm:ss.f", null).Kind); .. and DateTime.ParseExact() is used in XmlConvert.ToDateTime() : Console.WriteLine (XmlConvert.ToDateTime ("2007-06-15T10:30:10.5", XmlDateTimeSerializationMode.RoundtripKind).Kind); .. and it is used in XmlSerializer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
