Files
ladybird/Libraries/LibJS/Runtime/Temporal/ZonedDateTime.h
Timothy Flynn f9fa548d43 LibJS: Pass time zone strings around as String more regularly
These are String from the outset, so this patch is almost entirely just
changing function parameter types. This will allow us to cache time zone
parse results without invoking any extra allocations.
2026-02-19 09:20:15 +01:00

3.4 KiB