Skip to content

Commit 973d109

Browse files
authored
Merge pull request #600 from zhenlineo/1.7-time-zone
Remove another problematic time zone
2 parents ba9ba0f + 5605add commit 973d109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import java.time.temporal.ChronoField;
3030
import java.time.temporal.ValueRange;
3131
import java.util.Arrays;
32-
import java.util.Collections;
3332
import java.util.List;
3433
import java.util.Set;
3534
import java.util.concurrent.ThreadLocalRandom;
@@ -59,7 +58,8 @@ public final class TemporalUtil
5958
// removed
6059
"Canada/East-Saskatchewan",
6160
// is broken for years in distant future in Java 11 (example of a misbehaving date: +71235332-08-09T22:41:50.738292551-06:00[Chile/EasterIsland])
62-
"Chile/EasterIsland"
61+
"Chile/EasterIsland",
62+
"Africa/Casablanca"
6363
);
6464

6565
private TemporalUtil()

0 commit comments

Comments
 (0)