Home
last modified time | relevance | path

Searched defs:odt (Results 1 – 6 of 6) 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.java243 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testTime() local
267 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testZoneId() local
287 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); in testInstant() local
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKOffsetPrinterParser.java556 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.java1232 OffsetDateTime odt = (OffsetDateTime) adjuster; in with() 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