Searched refs:ZONE_GAZA (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKOffsetDateTime.java | 154 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKOffsetDateTime 682 …ZonedDateTime.of(2012, 3, 4, 1, 1, 1, 100, ZONE_GAZA), ZonedDateTime.of(2012, 3, 4, 23, 5, 0, 0, Z… 1255 assertEquals(t.atZoneSimilarLocal(ZONE_GAZA), 1256 ZonedDateTime.of(2007, 4, 1, 1, 0, 0, 0, ZONE_GAZA));
|
D | TCKOffsetTime.java | 136 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKOffsetTime 699 …DateTime.of(2012, 3, 4, 1, 1, 1, 100), ZONE_GAZA), ZonedDateTime.of(LocalDateTime.of(2012, 3, 4, 2…
|
D | TCKLocalDate.java | 139 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKLocalDate 2080 …{LocalDate.of(2007, 4, 1), ZONE_GAZA, ZonedDateTime.of(LocalDateTime.of(2007, 4, 1, 1, 0), ZONE_GA…
|
D | TCKLocalDateTime.java | 159 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKLocalDateTime 791 LocalDateTime.ofInstant((Instant) null, ZONE_GAZA); 2988 assertEquals(t.atZone(ZONE_GAZA), 2989 ZonedDateTime.of(LocalDateTime.of(2007, 4, 1, 1, 0), ZONE_GAZA));
|