[Webkit-unassigned] [Bug 233781] New: Change IDL `Date` to be backed by `WallTime` to avoid confusion when converting to native dates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 12:45:44 PST 2021


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

            Bug ID: 233781
           Summary: Change IDL `Date` to be backed by `WallTime` to avoid
                    confusion when converting to native dates
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

JS `Date` is milliseconds-based, but some native dates (e.g. `NSDate`) are seconds-based.  `WallTime` will avoid any confusion by having a more defined type instead of something very generic like `double`.

-- 
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/20211202/a9b59c42/attachment-0001.htm>


More information about the webkit-unassigned mailing list