You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to specify the output formats of this proposal could be to leverage the fact that Temporal objects' toString output always uses ISO 8601 format which is what this proposal's locale will use too.
Should this proposal's Intl.DTF output formats be limited to what Temporal.*.prototype.toString() outputs?
Note that some Temporal toString methods have options like fractionalSecondDigits for the toString of Temporal.PlainTime and Temporal.ZonedDateTime. The AOs in the Temporal proposal that implemnt these formatting options can perhaps be leveraged for DRY purposes by this proposal's spec.
The text was updated successfully, but these errors were encountered:
One way to specify the output formats of this proposal could be to leverage the fact that Temporal objects'
toString
output always uses ISO 8601 format which is what this proposal's locale will use too.Should this proposal's Intl.DTF output formats be limited to what
Temporal.*.prototype.toString()
outputs?This would provide the following formats:
Note that some Temporal
toString
methods have options likefractionalSecondDigits
for thetoString
of Temporal.PlainTime and Temporal.ZonedDateTime. The AOs in the Temporal proposal that implemnt these formatting options can perhaps be leveraged for DRY purposes by this proposal's spec.The text was updated successfully, but these errors were encountered: