1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

LibJS: Parse TemporalInstantString as part of TemporalCalendarString

This commit is contained in:
Linus Groh 2021-11-27 23:54:38 +00:00
parent a94223afd0
commit 908d943e85

View file

@ -875,7 +875,7 @@ bool ISO8601Parser::parse_temporal_calendar_string()
// DateSpecYearMonth
// DateSpecMonthDay
return parse_calendar_name()
// TODO: || parse_temporal_instant_string()
|| parse_temporal_instant_string()
|| parse_calendar_date_time()
|| parse_date_spec_year_month()
|| parse_date_spec_month_day()