Home
last modified time | relevance | path

Searched defs:odt (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/time/
DOffsetDateTimeTest.java76 OffsetDateTime odt = in test_minus_non_utc_offset() local
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java244 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testTime() local
268 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testZoneId() local
288 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testInstant() local
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKOffsetPrinterParser.java557 OffsetDateTime odt = OffsetDateTime.of(ldt, offset); in test_print_localized() local
DTCKDateTimeFormatter.java283 OffsetDateTime odt = OffsetDateTime.of(LocalDateTime.of(2008, 6, 30, 11, 30), OFFSET_PONE); in data_format_withZone_withChronology() local
/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRules.java488 ZonedDateTime odt = ZonedDateTime.ofInstant(last.getInstant(), last.getOffsetAfter()); in test_London_previousTransition_rulesBased() local