Skip to content

Commit

Permalink
Remove another problematic time zone
Browse files Browse the repository at this point in the history
+506337008-03-27T02:21:14.948783946+01:00[Africa/Casablanca]
+506337008-03-27T03:21:14.948783946+01:00[Africa/Casablanca]
  • Loading branch information
Zhen Li committed May 13, 2019
1 parent ba9ba0f commit 5605add
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.time.temporal.ChronoField;
import java.time.temporal.ValueRange;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ThreadLocalRandom;
Expand Down Expand Up @@ -59,7 +58,8 @@ public final class TemporalUtil
// removed
"Canada/East-Saskatchewan",
// 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])
"Chile/EasterIsland"
"Chile/EasterIsland",
"Africa/Casablanca"
);

private TemporalUtil()
Expand Down

0 comments on commit 5605add

Please sign in to comment.