Searched refs:withZoneSameLocal (Results 1 – 9 of 9) sorted by relevance
90 ZonedDateTime start = end.withZoneSameLocal(tokyo); in test_duration()
104 zdt0.withZoneSameLocal(ZoneId.of("UTC")), in test()105 zdt0.withZoneSameLocal(ZoneId.of("GMT")), in test()106 zdt0.withZoneSameLocal(ZoneId.of("UT")), in test()
267 public ChronoZonedDateTime<D> withZoneSameLocal(ZoneId zone) { in withZoneSameLocal() method in ChronoZonedDateTimeImpl362 return dateTime.atZone(offset).withZoneSameLocal(zone); in readExternal()
342 ChronoZonedDateTime<D> withZoneSameLocal(ZoneId zone); in withZoneSameLocal() method
114 public ChronoZonedDateTime withZoneSameLocal(ZoneId zone) { in withZoneSameLocal() method in ChronoZonedDateTimeTest.TestChronoZonedDateTime
118 zdt = zdt.withZoneSameLocal(ZoneId.of(zid)); in test_printText()
1053 ZonedDateTime test = base.withZoneSameLocal(ZONE_0200);1061 ZonedDateTime test = base.withZoneSameLocal(ZONE_0100);1069 ZonedDateTime test = base.withZoneSameLocal(ZoneId.of("America/New_York"));1078 ZonedDateTime test = base.withZoneSameLocal(ZoneId.of("America/New_York"));1087 base.withZoneSameLocal(null);
962 public ZonedDateTime withZoneSameLocal(ZoneId zone) { in withZoneSameLocal() method in ZonedDateTime
12176 method public java.time.ZonedDateTime withZoneSameLocal(java.time.ZoneId);12294 method public java.time.chrono.ChronoZonedDateTime<D> withZoneSameLocal(java.time.ZoneId);