Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java201 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testTime() local
231 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testZoneId() local
251 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testInstant() local
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKOffsetPrinterParser.java318 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/main/java/java/time/
DZonedDateTime.java1231 OffsetDateTime odt = (OffsetDateTime) adjuster; in with() local
/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRules.java470 ZonedDateTime odt = ZonedDateTime.ofInstant(last.getInstant(), last.getOffsetAfter()); in test_London_previousTransition_rulesBased() local