http://bugzilla.novell.com/show_bug.cgi?id=589227
http://bugzilla.novell.com/show_bug.cgi?id=589227#c0 Summary: DateTime::ParseExact doesn't support K qualifier Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: CORLIB AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- using System; using System.IO; using System.Text; class Driver { static void Main () { var ZZ = DateTimeOffset.ParseExact ("Wed Mar 17 22:25:08 +0000 2010", "ddd MMM d H:m:ss K yyyy", null); Console.WriteLine (ZZ); } } Expected result: 3/17/2010 10:25:08 PM +00:00 -- Configure bugmail: http://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
