Bug 131437
Summary: | Wrong DST calculation for CEST | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philipp Metzler <pp> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philipp Metzler
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
*** This bug has been marked as a duplicate of bug 130967 ***