Skip to content

Commit 16e074a

Browse files
committed
Update skipped zone ids for testing
1 parent c8087fa commit 16e074a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public final class TemporalUtil {
6565
// `Unknown time-zone ID: US/Pacific-New`"
6666
"Pacific/Easter",
6767
"America/Ciudad_Juarez",
68-
"Europe/Kyiv" // might have issues when running with dated TZ db
68+
"Europe/Kyiv", // might have issues when running with dated TZ db
69+
"America/Mazatlan"
6970
);
7071

7172
private TemporalUtil() {}

0 commit comments

Comments
 (0)