Fix order of `ParseTemporalCalendarString` and `ParseTemporalTimeZoneString`
Open
nekevss
opened this issue 6 months ago
•
0 comments
The functions for calendar parsing can be found here and the time zone parsing is here.
Currently, the YearMonth and MonthDay order are not correct. Also, currently parsing a zoned date time and instant string still needs to be added as well.