Bug 131437 - Wrong DST calculation for CEST
Summary: Wrong DST calculation for CEST
Status: RESOLVED DUPLICATE of bug 130967
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-09 07:02 PDT by Philipp Metzler
Modified: 2014-04-10 00:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Metzler 2014-04-09 07:02:36 PDT
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
Comment 1 Csaba Osztrogonác 2014-04-10 00:59:10 PDT

*** This bug has been marked as a duplicate of bug 130967 ***