1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +00:00

LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string()

This is an editorial change in the Temporal spec.

See: 6abe146
This commit is contained in:
Linus Groh 2022-01-22 21:52:55 +00:00
parent 31283b5e64
commit 0e3def1d0b
3 changed files with 29 additions and 70 deletions

View file

@ -31,6 +31,7 @@ struct ParseResult {
Optional<StringView> time_second_not_valid_month;
Optional<StringView> calendar_name;
Optional<StringView> utc_designator;
Optional<StringView> time_zone_numeric_utc_offset;
Optional<StringView> time_zone_utc_offset_sign;
Optional<StringView> time_zone_utc_offset_hour;
Optional<StringView> time_zone_utc_offset_minute;