Home
last modified time | relevance | path

Searched refs:instantBefore (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRules.java930 Instant instantBefore = LocalDate.of(2011, 12, 27).atStartOfDay(ZoneOffset.UTC).toInstant(); in test_Apia_jumpOverInternationalDateLine_M10_to_P14() local
931 ZoneOffsetTransition trans = test.nextTransition(instantBefore); in test_Apia_jumpOverInternationalDateLine_M10_to_P14()
950 Instant instantBefore = LocalDate.of(1892, 7, 2).atStartOfDay(ZoneOffset.UTC).toInstant(); in test_Apia_jumpForwardOverInternationalDateLine_P12_to_M12() local
951 ZoneOffsetTransition trans = test.nextTransition(instantBefore); in test_Apia_jumpForwardOverInternationalDateLine_P12_to_M12()