[Webkit-unassigned] [Bug 220687] New: Date.parse returns non-integral time value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 17 06:45:43 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220687
Bug ID: 220687
Summary: Date.parse returns non-integral time value
Product: WebKit
Version: Safari Technology Preview
Hardware: Mac (Intel)
OS: macOS 10.15
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mike at fikesfarm.com
Date.parse should return either an integer or NaN.
Here is an example where it returns a floating point number near an integer, but is not an integer:
>>> Date.parse("2514-06-01T00:00:00.148Z")
17180035200147.998
This was produced using the jsc binary included in: Safari Technology Preview Release 118 (Safari 14.1, WebKit 15611.1.9.3.1)
--
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/20210117/f3886d8c/attachment.htm>
More information about the webkit-unassigned
mailing list