Searched refs:atZoneSimilarLocal (Results 1 – 4 of 4) sorted by relevance
1233 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS),1240 assertEquals(t.atZoneSimilarLocal(ZONE_GAZA),1247 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).toLocalDateTime(), t.toLocalDateTime());1248 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getOffset(), OFFSET_PTWO);1249 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getZone(), ZONE_PARIS);1255 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).toLocalDateTime(), t.toLocalDateTime());1256 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getOffset(), OFFSET_PONE);1257 assertEquals(t.atZoneSimilarLocal(ZONE_PARIS).getZone(), ZONE_PARIS);1263 t.atZoneSimilarLocal((ZoneId) null);
375 public java.time.ZonedDateTime atZoneSimilarLocal(java.time.ZoneId zone) { in atZoneSimilarLocal() method in OffsetDateTime
1721 public ZonedDateTime atZoneSimilarLocal(ZoneId zone) { in atZoneSimilarLocal() method in OffsetDateTime
11804 method public java.time.ZonedDateTime atZoneSimilarLocal(java.time.ZoneId);