[Webkit-unassigned] [Bug 140945] [Win] Layout Test js/date-constructor.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 18:30:39 PDT 2018


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

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ross.kirsling at sony.com

--- Comment #3 from Ross Kirsling <ross.kirsling at sony.com> ---
More pointedly:
- `new Date("January 15, 2001")` prints "Mon Jan 15 2001 00:00:00 GMT-0800 (Pacific Standard Time)" (expected)
- `new Date("August 15, 2001")` prints "Tue Aug 14 2001 00:00:00 GMT-3100 (Pacific Daylight Time)" (unexpected)

It seems that we're not checking for a negative diff in calculateDSTOffset on Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180418/082af02b/attachment-0001.html>


More information about the webkit-unassigned mailing list