WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
278207
[JSC] Disallow sub-minute in TimeZoneAnnotation
https://bugs.webkit.org/show_bug.cgi?id=278207
Summary
[JSC] Disallow sub-minute in TimeZoneAnnotation
Sosuke Suzuki
Reported
2024-08-15 19:32:46 PDT
According to the latest specification of Temporal[1][2][3], sub-minute values cannot be written in the UTCOffset of a TimeZoneAnnotation within an ISO8601 string. However, in the current JSC, even if a sub-minute value is written in the TimeZoneAnnotation, no RangeError is thrown. [1]:
https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation
[2]:
https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier
[3]:
https://tc39.es/proposal-temporal/#prod-UTCOffset
Attachments
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2024-08-15 19:33:54 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/32281
Radar WebKit Bug Importer
Comment 2
2024-08-22 19:33:19 PDT
<
rdar://problem/134541964
>
EWS
Comment 3
2024-08-25 02:02:52 PDT
Committed
282710@main
(51ee7ef9bdee): <
https://commits.webkit.org/282710@main
> Reviewed commits have been landed. Closing PR #32281 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug