Skip to content

Commit e728c01

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +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
69-
);
68+
"Europe/Kyiv", // might have issues when running with dated TZ db
69+
"America/Mazatlan");
7070

7171
private TemporalUtil() {}
7272

0 commit comments

Comments
 (0)