tc39/ecma402#709 is refactoring InitializeDateTimeFormat into a new AO CreateDateTimeFormat and removing calls to the %DateTimeFormat% constructor all other spec text besides the new AO.
I assume this means that Temporal should adapt to this change:
- Make changes to
CreateDateTimeFormat not InitializeDateTimeFormat.
- Update each Temporal class's
toLocaleString spec text to use CreateDateTimeFormat.