Searched refs:ofBest (Results 1 – 3 of 3) sorted by relevance
134 static <R extends ChronoLocalDate> ChronoZonedDateTime<R> ofBest( in ofBest() method in ChronoZonedDateTimeImpl267 return ofBest(dateTime, zone, offset); in withZoneSameLocal()294 return ofBest(dateTime.with(field, newValue), zone, offset); in with()
511 return ChronoZonedDateTimeImpl.ofBest(cldt, zone, null); in zonedDateTime()
366 return ChronoZonedDateTimeImpl.ofBest(this, zone, null); in atZone()