[Webkit-unassigned] [Bug 137046] New: Date.parse being calculated incorrectly on Safari 7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 15:13:08 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137046

           Summary: Date.parse being calculated incorrectly on Safari 7
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shroffdarshan at gmail.com


I am in Pacific Timezone. 
Today is 23rd Sept 2014, 3 PM on my local system 
DST will end on Nov 02, 2 AM

On Chrome (37.0.2062.122), Safari 6 
new Date(Date.parse("2014/11/02 3:00")) shows up as "Sun Nov 02 2014 03:00:00 GMT-0800 (PST)"

On Safari Version 7.0.6 (9537.78.2)
new Date(Date.parse("2014/11/02 3:00")) shows up as "Sun Nov 02 2014 02:00:00 GMT-0800 (PST)"

It seems to be a bug on Safari 7 
Also is there a bug report already present for this issue.

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



More information about the webkit-unassigned mailing list