polyfill: parsing UTCOffset
with sub-minute precision
#3097
Labels
no-spec-text
PR can be ignored by implementors
non-prod-polyfill
THIS POLYFILL IS NOT FOR PRODUCTION USE!
test262
In Firefox Nightly, this code raises an error (
Uncaught RangeError: can't parse zoned date-time: time separator ':' must be consistent
). But reference polyfill doesn't raise an error.My understanding is that spec requires
UTCOffset
with sub-minute precision should behh:mm:ss
orhhmmss
formats, which means the polyfill doesn't align the spec.https://tc39.es/proposal-temporal/#prod-UTCOffset
The text was updated successfully, but these errors were encountered: