Searched refs:OFFSET_MTWO (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKOffsetDateTime.java | 158 private static final ZoneOffset OFFSET_MTWO = ZoneOffset.ofHours(-2); field in TCKOffsetDateTime 1231 OffsetDateTime t = OffsetDateTime.of(2008, 6, 30, 11, 30, 0, 0, OFFSET_MTWO); 1247 OffsetDateTime t = OffsetDateTime.of(2008, 6, 30, 11, 30, 0, 0, OFFSET_MTWO); 1254 OffsetDateTime t = OffsetDateTime.of(2007, 4, 1, 0, 0, 0, 0, OFFSET_MTWO); 1408 …OffsetDateTime b = OffsetDateTime.of(Year.MAX_VALUE, 12, 31, 23, 59, 0, 0, OFFSET_MTWO); // a is …
|
D | TCKLocalTime.java | 141 private static final ZoneOffset OFFSET_MTWO = ZoneOffset.ofHours(-2); field in TCKLocalTime 434 … {Instant.ofEpochSecond(86400 + 3600 + 120 + 4, 500), OFFSET_MTWO, LocalTime.of(23, 2, 4, 500)}, in data_instantFactory() 2446 {LocalTime.of(11, 30).toEpochSecond(LocalDate.of(1995, 5, 3), OFFSET_MTWO), 799507800L}, 2449 {LocalTime.of(11, 30).toEpochSecond(LocalDate.of(1969, 12, 31), OFFSET_MTWO),
|
D | TCKLocalDateTime.java | 157 private static final ZoneOffset OFFSET_MTWO = ZoneOffset.ofHours(-2); field in TCKLocalDateTime 764 …{Instant.ofEpochSecond(86400 + 3600 + 120 + 4, 500), OFFSET_MTWO, LocalDateTime.of(1970, 1, 1, 23,…
|