Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UTC time zone canonicalization to match proposal-canonical-tz
The test for tc39/ecma402#724 (added in #4328) didn't take the Time Zone Canonicalization proposal into account; but it should, because that proposal is stage 3. As of that proposal, the [[TimeZone]] slot of DateTimeFormat gets the case-regularized original identifier, no longer the primary identifier. So the resolvedOptions().timeZone property also no longer returns the primary identifier.
- Loading branch information