Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDTFParsedInstant.java54 private ZonedDateTime zdt1, zdt2; field in TCKDTFParsedInstant
174 zdt1 = ZonedDateTime.ofInstant(ldt, offset, zone); in testWithZoneWithOffset()
176 assertEquals(zdt1, zdt2); in testWithZoneWithOffset()
199 zdt1 = ZonedDateTime.parse(withZoneWithoutOffset, dtFormatter); in testWithZoneWithoutOffset()
200 assertEquals(expectedZDT, zdt1); in testWithZoneWithoutOffset()