commit 840ab06d41d93aa2ed1fd1fa7275fe08fa577ecb
parent 5f9408afc13eb4772164665be9979f5b0792c009
Author: André Bargull <andre.bargull@gmail.com>
Date: Sat, 29 Nov 2025 11:19:25 +0000
Bug 2002997 - Part 3: Update expected results. r=spidermonkey-reviewers,mgaudet
This reverts the change to "Europe/Dublin" from D273823.
Differential Revision: https://phabricator.services.mozilla.com/D274423
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/src/tests/non262/Date/time-zones-historic.js b/js/src/tests/non262/Date/time-zones-historic.js
@@ -363,7 +363,7 @@ inTimeZone("Asia/Ho_Chi_Minh", () => {
// bug 1300197
inTimeZone("Europe/Dublin", () => {
let dt = new Date(1910, Month.January, 1);
- assertDateTime(dt, "Sat Jan 01 1910 00:00:00 GMT-0025 (GMT+00:00)");
+ assertDateTime(dt, "Sat Jan 01 1910 00:00:00 GMT-0025 (Greenwich Mean Time)");
});
// bug 1304774