Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polyfill: Fix parsing of calendar identifier from time-only string
https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring ParseTemporalCalendarString specifies to try to parse the string as TemporalDateTimeString[+Zoned], TemporalDateTimeString[~Zoned], TemporalInstantString, TemporalTimeString, TemporalMonthDayString, and TemporalYearMonthString consecutively until one succeeds. I always thought TemporalTimeString would be handled by ParseISODateTime in the polyfill, but it seems I was wrong about that. See: #3090
- Loading branch information