Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-07-20 10:17:39 +0300
committerRichard Lau <rlau@redhat.com>2021-07-20 14:11:43 +0300
commit4efefe02a883515c314a3c54c44d45bc46910d9a (patch)
tree81535f21b7af4683ee5815a0f8ea75a0466e5c7e /deps
parent5039f2139665bb27839dd997a6b6a0f9a27ddf07 (diff)
deps: V8: backport ae7bfb3f03b3
Original commit message: Change test expectation per tz2020b https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html Revised predictions for Morocco's changes starting in 2023. Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. Macquarie Island has stayed in sync with Tasmania since 2011. Casey, Antarctica is at +08 in winter and +11 in summer. zic no longer supports -y, nor the TYPE field of Rules. Bug: chromium:1137864, chromium:1138117 Change-Id: I6076a993fcd755074ddcfa5321b78aa5f043337b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2476681 Commit-Queue: Frank Tang <ftang@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#70553} Refs: https://github.com/v8/v8/commit/ae7bfb3f03b30a8a9a299feeaba92dd6f17e084c PR-URL: https://github.com/nodejs/node/pull/39051 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/test/intl/regress-1074578.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/v8/test/intl/regress-1074578.js b/deps/v8/test/intl/regress-1074578.js
index c8fa56e8a27..3240b97545a 100644
--- a/deps/v8/test/intl/regress-1074578.js
+++ b/deps/v8/test/intl/regress-1074578.js
@@ -30,10 +30,12 @@ const df2 = new Intl.DateTimeFormat(
const d3 = new Date("2020-03-09T00:00Z");
const d4 = new Date("2021-03-09T00:00Z");
-// Before tz202a change will get "March 8, 2020 at 5:00:00 PM PDT"
-assertEquals("March 8, 2020 at 5:00:00 PM MST", df2.format(d3));
+// Before tz2020a change will get "March 8, 2020 at 5:00:00 PM PDT"
+// In tz2020a it should be "March 8, 2020 at 5:00:00 PM MST"
+// but tz2020b roll this back.
+assertEquals("March 8, 2020 at 5:00:00 PM PDT", df2.format(d3));
-// Before tz202a change will get "March 8, 2021 at 4:00:00 PM PST"
+// Before tz2020a change will get "March 8, 2021 at 4:00:00 PM PST"
assertEquals("March 8, 2021 at 5:00:00 PM MST", df2.format(d4));
// C. Test America/Nuuk renamed from America/Godthab.