diff options
author | Moonchild <moonchild@palemoon.org> | 2022-11-06 21:35:01 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-11-06 21:35:01 +0100 |
commit | 94554142e9f2aafdae0f2152537e8e2bee89313c (patch) | |
tree | 3f81862a13a9ed401e3550092b0ae913181fad3b /js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js | |
parent | 1c04b522d3cca7c5097f260159bd0cad7d55ccd8 (diff) | |
download | uxp-94554142e9f2aafdae0f2152537e8e2bee89313c.tar.gz |
[intl] Update timezone data to 2022e
Diffstat (limited to 'js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js')
-rw-r--r-- | js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js b/js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js index 17eee4dd74..0111194cba 100644 --- a/js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js +++ b/js/src/tests/Intl/DateTimeFormat/timeZone_notbackward_links.js @@ -1,7 +1,7 @@ // |reftest| skip-if(!this.hasOwnProperty("Intl")) // Generated by make_intl_data.py. DO NOT EDIT. -// tzdata version = 2021a +// tzdata version = 2022e const tzMapper = [ x => x, @@ -31,7 +31,6 @@ const links = { "Europe/San_Marino": "Europe/Rome", "Europe/Vatican": "Europe/Rome", "GMT": "Etc/GMT", - "US/Pacific-New": "America/Los_Angeles", }; for (let [linkName, target] of Object.entries(links)) { |