[Webkit-unassigned] [Bug 283825] New: new Date('2024-12-3') yields to Invalid Date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 29 06:10:20 PST 2024


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

            Bug ID: 283825
           Summary: new Date('2024-12-3') yields to Invalid Date
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: buzzdee at disroot.org

new Date('2024-12-3') yields to: Invalid Date

Date.parse('2024-12-3') yields to: NaN

Firefox:

new Date('2024-12-3') yields to: Date Tue Dec 03 2024 00:00:00 GMT+0100 (Central European Standard Time)

Date.parse('2024-12-3') yields to: 1733180400000

Chromium:

new Date('2024-12-3') yields to: Tue Dec 03 2024 00:00:00 GMT+0100 (Central European Standard Time)

Date.parse('2024-12-3') yields to: 1733180400000

-- 
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/20241129/83d5f57e/attachment.htm>


More information about the webkit-unassigned mailing list