Searched refs:atZoneSimilarLocal (Results 1 – 3 of 3) sorted by relevance
1248 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS),1255 assertEquals(t.atZoneSimilarLocal(ZONE_GAZA),1262 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).toLocalDateTime(), t.toLocalDateTime());1263 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getOffset(), OFFSET_PTWO);1264 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getZone(), ZONE_PARIS);1270 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).toLocalDateTime(), t.toLocalDateTime());1271 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getOffset(), OFFSET_PONE);1272 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getZone(), ZONE_PARIS);1278 t.atZoneSimilarLocal((ZoneId) null);
375 public java.time.ZonedDateTime atZoneSimilarLocal(java.time.ZoneId zone) { in atZoneSimilarLocal() method in OffsetDateTime
1715 public ZonedDateTime atZoneSimilarLocal(ZoneId zone) { in atZoneSimilarLocal() method in OffsetDateTime