Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Add explicit step to reject too large dates in ToTemporalY…
…earMonth The call to `CalendarYearMonthFromFields` will already reject too large dates, but adding an explicit step makes it more obvious that `ISODateToFields` doesn't require support for mapping large ISO dates to calendar dates. And it also aligns `ToTemporalYearMonth` with `ToTemporalMonthDay`.
- Loading branch information