mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibJS: Fix production for time zone name in time zone strings
This is a normative change in the Temporal spec. See: -caf013a
-fb7cfa6
This commit is contained in:
parent
f5669a1373
commit
3720f4bd8f
Notes:
sideshowbarker
2024-07-17 09:53:10 +09:00
Author: https://github.com/linusg
Commit: 3720f4bd8f
Pull-request: https://github.com/SerenityOS/serenity/pull/14411
5 changed files with 11 additions and 29 deletions
|
@ -37,7 +37,7 @@ struct ParseResult {
|
|||
Optional<StringView> time_zone_utc_offset_minute;
|
||||
Optional<StringView> time_zone_utc_offset_second;
|
||||
Optional<StringView> time_zone_utc_offset_fraction;
|
||||
Optional<StringView> time_zone_iana_name;
|
||||
Optional<StringView> time_zone_identifier;
|
||||
Optional<StringView> duration_years;
|
||||
Optional<StringView> duration_months;
|
||||
Optional<StringView> duration_weeks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue