mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-27 18:15:10 +00:00
No need to take the spec literally here since we know the input values are guaranteed to be integral numbers. Use AK string to number parsing functionality instead and save a couple of PrimitiveString allocations. This matches what we already do in parse_temporal_time_zone_string().