Skip to content

Commit 22713f1

Browse files
committed
Exclude America/Nuuk zone id
1 parent b6cb453 commit 22713f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public final class TemporalUtil
5959
"Chile/EasterIsland",
6060
"Africa/Casablanca",
6161
"tzid",
62-
"Asia/Qostanay"
62+
"Asia/Qostanay",
63+
"America/Nuuk"
6364
);
6465

6566
private TemporalUtil()

0 commit comments

Comments
 (0)