Closed
Bug 1937553
Opened 2 months ago
Closed 2 months ago
Implement Time zone canonicalization for Temporal
Categories
(Core :: JavaScript: Standard Library, task, P2)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Implement the time zone canonicalization changes for Temporal.
Does not change Intl.DateTimeFormat.prototype.resolvedOptions
because it's still unclear if it's web-compatible (https://github.com/tc39/proposal-canonical-tz/issues/2).
Assignee | ||
Comment 1•2 months ago
|
||
Store both the input time zone and canonical (primary) time zone identifier in
separate slots to implement the time zone canonicalization proposal changes for
Temporal.
Assignee | ||
Comment 2•2 months ago
|
||
Add generated tests to cover all supported time zones and enable now
passing test262 tests.
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/485d7454d7ca
Part 1: Implement time zone canonicalization proposal for Temporal. r=spidermonkey-reviewers,mgaudet
https://hg.mozilla.org/integration/autoland/rev/83059223cdb0
Part 2: Add tests. r=spidermonkey-reviewers,mgaudet
Backed out for causing build bustages @ DateTimeFormat.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line:
/builds/worker/checkouts/gecko/js/src/builtin/intl/DateTimeFormat.cpp(2824,12): error: use of undeclared identifier 'ZonedDateTimeObject'
Flags: needinfo?(andrebargull)
Assignee | ||
Updated•2 months ago
|
Flags: needinfo?(andrebargull)
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c38f28ec5519
Part 1: Implement time zone canonicalization proposal for Temporal. r=spidermonkey-reviewers,mgaudet
https://hg.mozilla.org/integration/autoland/rev/d236186e8a10
Part 2: Add tests. r=spidermonkey-reviewers,mgaudet
https://hg.mozilla.org/mozilla-central/rev/c38f28ec5519
https://hg.mozilla.org/mozilla-central/rev/d236186e8a10
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•