Searched refs:withZoneSameLocal (Results 1 – 6 of 6) sorted by relevance
99 zdt0.withZoneSameLocal(ZoneId.of("UTC")), in test()100 zdt0.withZoneSameLocal(ZoneId.of("GMT")), in test()101 zdt0.withZoneSameLocal(ZoneId.of("UT")), in test()
266 public ChronoZonedDateTime<D> withZoneSameLocal(ZoneId zone) { in withZoneSameLocal() method in ChronoZonedDateTimeImpl360 return dateTime.atZone(offset).withZoneSameLocal(zone); in readExternal()
335 ChronoZonedDateTime<D> withZoneSameLocal(ZoneId zone); in withZoneSameLocal() method
97 zdt = zdt.withZoneSameLocal(ZoneId.of(zid)); in test_printText()
1058 ZonedDateTime test = base.withZoneSameLocal(ZONE_0200);1066 ZonedDateTime test = base.withZoneSameLocal(ZONE_0100);1074 ZonedDateTime test = base.withZoneSameLocal(ZoneId.of("America/New_York"));1083 ZonedDateTime test = base.withZoneSameLocal(ZoneId.of("America/New_York"));1092 base.withZoneSameLocal(null);
960 public ZonedDateTime withZoneSameLocal(ZoneId zone) { in withZoneSameLocal() method in ZonedDateTime