Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Disallow out-of-range return from previous / next transition
In GetIANATimeZonePreviousTransition and GetIANATimeZoneNextTransition, disallow returning a number of epoch nanoseconds that is outside of the allowed range for Temporal.Instant, and return null instead. Not throwing here is consistent with also not throwing in SystemUTCEpochNanoseconds.
- Loading branch information