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
Sosuke Suzuki
Comment 1 2024-08-15 19:33:54 PDT
Radar WebKit Bug Importer
Comment 2 2024-08-22 19:33:19 PDT
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.