Skip to content

Commit

Permalink
Update TemporalUtil.EXCLUDED_ZONE_IDS for testing (#1392) (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Mar 22, 2023
1 parent 7d3fdc1 commit cbd9e63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion driver/src/test/java/org/neo4j/driver/util/TemporalUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ public final class TemporalUtil {
"US/Pacific-New", // Appeared out of nowhere in windows, does not test reliable
// "org.neo4j.driver.exceptions.ClientException: Unable to construct ZonedDateTime value:
// `Unknown time-zone ID: US/Pacific-New`"
"Pacific/Easter");
"Pacific/Easter",
"America/Ciudad_Juarez",
"Europe/Kyiv" // might have issues when running with dated TZ db
);

private TemporalUtil() {}

Expand Down

0 comments on commit cbd9e63

Please sign in to comment.