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
Thanks for pointing this out. I guess it's locale-dependent whether the first line of the expected results should have 00:00:00 or 24:00:00?
I'll submit a PR to make the reference code conform to the spec. However, clearly this was a gap in test262 coverage since it wasn't caught before, so I've added the test262 label to this issue and will keep it open. We should have coverage for PlainTime, PlainDateTime, Instant, and ZonedDateTime formatting.
The strategy of caching the output of DTF resolvedOptions() failed in the
case of hour12/hourCycle, because those options are silently dropped if
the chosen format does not include an hour component. Manually add them to
the cached resolvedOptions object if the user included them.
See: #3065
Test case:
Actual:
Expected:
The text was updated successfully, but these errors were encountered: