[Webkit-unassigned] [Bug 131437] New: Wrong DST calculation for CEST

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 9 07:02:16 PDT 2014


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

           Summary: Wrong DST calculation for CEST
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pp at goli.at


http://www.timeanddate.com/worldclock/city.html?n=259
In Austria DST started on Sunday, 30th March 2014, 02:00 local standard time.

but for 01:00 Webkit returns 00:00

new Date(2014,2,30,1,0);
Sun Mar 30 2014 00:00:00 GMT+0100 (CET)

it should return
Sun Mar 30 2014 01:00:00 GMT+0100 (CET)

because CEST only starts at 02:00 CET and not already at 01:00 CET

-- 
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