[Mono-bugs] [Bug 589227] New: DateTime::ParseExact doesn't support K qualifier

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 17 20:23:37 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: rkumpera at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list