- 
                Notifications
    
You must be signed in to change notification settings  - Fork 172
 
Open
Labels
no-spec-textPR can be ignored by implementorsPR can be ignored by implementorsnon-prod-polyfillTHIS POLYFILL IS NOT FOR PRODUCTION USE!THIS POLYFILL IS NOT FOR PRODUCTION USE!test262
Description
Temporal.ZonedDateTime.from("2025-01-01T00:00:00+00:0000[Europe/London]");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 be hh:mm:ss or hhmmss formats, which means the polyfill doesn't align the spec.
Metadata
Metadata
Assignees
Labels
no-spec-textPR can be ignored by implementorsPR can be ignored by implementorsnon-prod-polyfillTHIS POLYFILL IS NOT FOR PRODUCTION USE!THIS POLYFILL IS NOT FOR PRODUCTION USE!test262