Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fa1c61

Browse filesBrowse files
PiotrRybaktargos
authored andcommitted
test: fix test-datetime-change-notify after daylight change
Add standard timezone name for Dublin without daylight saving PR-URL: #40684 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
1 parent 47eddd7 commit 8fa1c61
Copy full SHA for 8fa1c61

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-datetime-change-notify.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-datetime-change-notify.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ const cases = [
1818
},
1919
{
2020
timeZone: 'America/New_York',
21-
expected: /Eastern (Standard|Daylight) Time/,
21+
expected: /Eastern (?:Standard|Daylight) Time/,
2222
},
2323
{
2424
timeZone: 'America/Los_Angeles',
25-
expected: /Pacific (Standard|Daylight) Time/,
25+
expected: /Pacific (?:Standard|Daylight) Time/,
2626
},
2727
{
2828
timeZone: 'Europe/Dublin',
29-
expected: /Irish/,
29+
expected: /Irish Standard Time|Greenwich Mean Time/,
3030
},
3131
];
3232

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.