[Webkit-unassigned] [Bug 14176] New: Some date values not handled consistently with IE/Fireforx

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 13:56:13 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14176

           Summary: Some date values not handled consistently with
                    IE/Fireforx
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at adobe.com


The following code snippet does not return the expected result.

var d = new Date("November 06 2006, 17:53:01");
document.write( d + "<br>Above document.write should have written: 'Mon Nov 6
17:53:01 PST 2006' );

The correct answer is returned by IE and FireFox. Instead, the date returned is
the string "Invalid Date".


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list