Files
serenity/Userland/Libraries/LibJS/Runtime/Temporal/ZonedDateTime.cpp
Linus Groh 27304017e3 LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()
The first step of to_temporal_calendar_with_iso_default() is checking
whether the given value is undefined, so we should actually pass that
instead of unconditionally dereferencing the Optional<String>.
2021-11-20 23:10:09 +00:00

28 KiB