Skip to content

Commit 492f569

Browse files
committed
Update TemporalUtil.EXCLUDED_ZONE_IDS for testing
1 parent bf4d017 commit 492f569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

driver/src/test/java/org/neo4j/driver/testutil/TemporalUtil.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ public final class TemporalUtil {
6666
"Pacific/Easter",
6767
"Pacific/Kanton",
6868
"Asia/Gaza",
69-
"Antarctica/Macquarie");
69+
"Antarctica/Macquarie",
70+
"America/Ciudad_Juarez",
71+
"Europe/Kyiv" // might have issues when running on older releases
72+
);
7073

7174
private TemporalUtil() {}
7275

0 commit comments

Comments
 (0)