[Mono-bugs] [Bug 444103] xml serializer can't parse an xs:time element
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 5 21:08:37 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=444103
User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=444103#c6
Atsushi Enomoto <atsushi at ximian.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|atsushi at ximian.com |mono-bugs at lists.ximian.com
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 <atsushi at ximian.com> 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.
More information about the mono-bugs
mailing list