Uh oh!
There was an error while loading. Please reload this page.
test: fix test-datetime-change-notify after daylight change - #40670
test: fix test-datetime-change-notify after daylight change#40670PiotrRybak wants to merge 1 commit into
Conversation
PiotrRybak
commented
Oct 31, 2021
test-linux has failed in #40669 on test-datetime-change-notfy because of today's change in timezone related to daylight saving |
Fast-track has been requested by @targos. Please 👍 to approve. |
targos
commented
Oct 31, 2021
@PiotrRybak thanks for the PR! Could you please update the commit message to fix the typo (notfy -> notify) ? |
Add standard timezone name for Dublin without daylight saving
nodejs-github-bot
commented
Oct 31, 2021
PiotrRybak
commented
Oct 31, 2021
Fixed it, sorry about that |
nodejs-github-bot
commented
Oct 31, 2021
| { | ||
| timeZone: 'Europe/Dublin', | ||
| expected: /Irish/, | ||
| expected: /(Irish Standard Time|Greenwich Mean Time)/, |
There was a problem hiding this comment.
It's probably best to avoid unnecessary groups:
| expected: /(IrishStandardTime|GreenwichMeanTime)/, | |
| expected: /IrishStandardTime|GreenwichMeanTime/, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Nov 1, 2021
nodejs-github-bot
commented
Nov 1, 2021
nodejs-github-bot
commented
Nov 1, 2021
nodejs-github-bot
commented
Nov 1, 2021
tniessen
commented
Nov 1, 2021
Note that #40684 exists now. |
Trott
commented
Nov 1, 2021
It retains @PiotrRybak as the author of the commit that fixes this. Thanks, @PiotrRybak! |
tniessen
commented
Nov 1, 2021
For the record, this PR was effectively merged as 747ef34. Thank you for the contribution @PiotrRybak! |
kapouer
commented
Nov 9, 2021
Could this go into 16.10.1 ? |
Trott
commented
Nov 9, 2021
targos
commented
Nov 9, 2021
Right, thanks. |
Add standard timezone name for Dublin without daylight saving