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 7d3fdc1 commit cbd9e63Copy full SHA for cbd9e63
driver/src/test/java/org/neo4j/driver/util/TemporalUtil.java
@@ -63,7 +63,10 @@ public final class TemporalUtil {
63
"US/Pacific-New", // Appeared out of nowhere in windows, does not test reliable
64
// "org.neo4j.driver.exceptions.ClientException: Unable to construct ZonedDateTime value:
65
// `Unknown time-zone ID: US/Pacific-New`"
66
- "Pacific/Easter");
+ "Pacific/Easter",
67
+ "America/Ciudad_Juarez",
68
+ "Europe/Kyiv" // might have issues when running with dated TZ db
69
+ );
70
71
private TemporalUtil() {}
72
0 commit comments