We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fae4b commit 6498979Copy full SHA for 6498979
test/framework/src/main/java/org/elasticsearch/test/ESTestCase.java
@@ -221,7 +221,8 @@ public abstract class ESTestCase extends LuceneTestCase {
221
"Europe/Kyiv", // part of tzdata2022c,
222
"Pacific/Kanton", // part of tzdata2021b
223
"Pacific/Niue",
224
- "Antarctica/Vostok"
+ "Antarctica/Vostok",
225
+ "WET" // Western European timezone does not account for DST
226
)
227
228
);
0 commit comments