https://bugzilla.novell.com/show_bug.cgi?id=444103
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=444103#c6 Atsushi Enomoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] Severity|Major |Normal Component|Sys.XML |CORLIB Summary|[PATCH] xml serializer can't parse an xs:time |xml serializer can't parse an xs:time element |element | --- Comment #6 from Atsushi Enomoto <[email protected]> 2009-01-05 19:08:36 MST --- using System; public class Test { public static void Main () { DateTime.ParseExact ("12:00:00", "HH:mm:ss.FFFFFFF", null); } } -- 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
