Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix faulty assertion of IsValidTimeZoneName
In ParseTemporalTimeZoneString, a time zone name may meet the grammar for time zone names while still not being a supported time zone name. Therefore, this should be a throw rather than an assertion. This was probably left over from when the grammar was defined more loosely as "any string that is a supported time zone name".
- Loading branch information