Searched refs:ZONE_GAZA (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKOffsetDateTime.java | 150 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKOffsetDateTime 667 …ZonedDateTime.of(2012, 3, 4, 1, 1, 1, 100, ZONE_GAZA), ZonedDateTime.of(2012, 3, 4, 23, 5, 0, 0, Z… 1240 assertEquals(t.atZoneSimilarLocal(ZONE_GAZA), 1241 ZonedDateTime.of(2007, 4, 1, 1, 0, 0, 0, ZONE_GAZA));
|
D | TCKOffsetTime.java | 132 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKOffsetTime 691 …DateTime.of(2012, 3, 4, 1, 1, 1, 100), ZONE_GAZA), ZonedDateTime.of(LocalDateTime.of(2012, 3, 4, 2…
|
D | TCKLocalDate.java | 142 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKLocalDate 518 LocalDate.ofInstant((Instant) null, ZONE_GAZA); 2149 …{LocalDate.of(2007, 4, 1), ZONE_GAZA, ZonedDateTime.of(LocalDateTime.of(2007, 4, 1, 1, 0), ZONE_GA…
|
D | TCKLocalDateTime.java | 158 private static final ZoneId ZONE_GAZA = ZoneId.of("Asia/Gaza"); field in TCKLocalDateTime 785 LocalDateTime.ofInstant((Instant) null, ZONE_GAZA); 2982 assertEquals(t.atZone(ZONE_GAZA), 2983 ZonedDateTime.of(LocalDateTime.of(2007, 4, 1, 1, 0), ZONE_GAZA));
|