Searched refs:zdt1 (Results 1 – 1 of 1) sorted by relevance
54 private ZonedDateTime zdt1, zdt2; field in TCKDTFParsedInstant174 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()