Skip to content

Commit f38adc0

Browse files
authored
Exclude America/Nuuk and US/Pacific-New zone ids (neo4j#1185)
1 parent b6cb453 commit f38adc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/TemporalUtil.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ public final class TemporalUtil
5959
"Chile/EasterIsland",
6060
"Africa/Casablanca",
6161
"tzid",
62-
"Asia/Qostanay"
62+
"Asia/Qostanay",
63+
"America/Nuuk",
64+
"US/Pacific-New"
6365
);
6466

6567
private TemporalUtil()

0 commit comments

Comments
 (0)