tc39 / proposal-temporal

Provides standard objects and functions for working with dates and times.
https://tc39.es/proposal-temporal/docs/
Other
3.31k stars 149 forks source link

Integrate with Intl.DurationFormat #452

Open ryzokuken opened 4 years ago

ryzokuken commented 4 years ago

https://github.com/tc39/proposal-temporal/issues/129#issuecomment-480134426 never really took Duration into account from what it seems, we should discuss this in a meeting.

sffc commented 4 years ago

We have an open proposal to add Intl.DurationFormat:

https://github.com/younies/proposal-intl-duration-format

ptomato commented 4 years ago

Discussed in the March 19 meeting: We'll update the Intl.DurationFormat in our polyfill to match the one in the proposal as needed.

@ryzokuken Should this issue remain open to implement that, or is it more something that will be done on an ongoing basis as other issues are fixed?

littledan commented 4 years ago

I'm leaving out the Stage 3 milestone; I think the integration at both the spec and polyfill levels are more milestones for Intl.DurationFormat, and don't block Stage 3 or polyfill distribution for Temporal.