mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +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:
parent
31283b5e64
commit
0e3def1d0b
Notes:
sideshowbarker
2024-07-17 20:26:37 +09:00
Author: https://github.com/linusg
Commit: 0e3def1d0b
Pull-request: https://github.com/SerenityOS/serenity/pull/12079
Reviewed-by: https://github.com/IdanHo ✅
Reviewed-by: https://github.com/alimpfard
3 changed files with 29 additions and 70 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue