[webkit-changes] [WebKit/WebKit] 8ec78f: Update Temporal.Now.timeZone() to timeZoneId()
Ross Kirsling
noreply at github.com
Mon Nov 20 23:48:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ec78f06da8511b07238023ff6115cf08436c9b9
https://github.com/WebKit/WebKit/commit/8ec78f06da8511b07238023ff6115cf08436c9b9
Author: Ross Kirsling <rkirsling at gmail.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M JSTests/complex/temporal-now-timezone-check.js
M JSTests/complex/temporal-now-timezone-with-broken-tz.js
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/TemporalNow.cpp
Log Message:
-----------
Update Temporal.Now.timeZone() to timeZoneId()
https://bugs.webkit.org/show_bug.cgi?id=265121
Reviewed by Yusuke Suzuki.
The Temporal API spec has changed such that Temporal.Now now has a timeZoneId method instead of a timeZone method.
This patch adapts our implementation accordingly.
* JSTests/complex/temporal-now-timezone-check.js:
* JSTests/complex/temporal-now-timezone-with-broken-tz.js:
* JSTests/test262/expectations.yaml: Mark 12 test cases as passing.
* Source/JavaScriptCore/runtime/TemporalNow.cpp:
Canonical link: https://commits.webkit.org/271003@main
More information about the webkit-changes
mailing list