Searched refs:CASABLANCA (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/zone/ |
D | TestZoneRules.java | 59 private static final ZoneId CASABLANCA = ZoneId.of("Africa/Casablanca"); field in TestZoneRules 97 {CASABLANCA, LocalDate.of(1939, 9, 13), OFF_1, OFF_0, true}, in negativeDST() 98 {CASABLANCA, LocalDate.of(1939, 11, 20), OFF_0, OFF_0, false}, in negativeDST() 99 {CASABLANCA, LocalDate.of(2018, 6, 18), OFF_1, OFF_0, true}, in negativeDST() 100 {CASABLANCA, LocalDate.of(2019, 1, 1), OFF_1, OFF_0, true}, in negativeDST() 101 {CASABLANCA, LocalDate.of(2019, 5, 6), OFF_0, OFF_0, false}, in negativeDST() 102 {CASABLANCA, LocalDate.of(2037, 10, 5), OFF_0, OFF_0, false}, in negativeDST() 103 {CASABLANCA, LocalDate.of(2037, 11, 16), OFF_1, OFF_0, true}, in negativeDST() 104 {CASABLANCA, LocalDate.of(2038, 11, 8), OFF_1, OFF_0, true}, in negativeDST()
|