We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8087fa commit 16e074aCopy full SHA for 16e074a
driver/src/test/java/org/neo4j/driver/util/TemporalUtil.java
@@ -65,7 +65,8 @@ public final class TemporalUtil {
65
// `Unknown time-zone ID: US/Pacific-New`"
66
"Pacific/Easter",
67
"America/Ciudad_Juarez",
68
- "Europe/Kyiv" // might have issues when running with dated TZ db
+ "Europe/Kyiv", // might have issues when running with dated TZ db
69
+ "America/Mazatlan"
70
);
71
72
private TemporalUtil() {}
0 commit comments