Chronology.zonedDateTime

Obtains a {@code ChronoZonedDateTime} _in this chronology from an {@code Instant}. !(p) This obtains a zoned date-time with the same instant as that specified.

@param instant the instant to create the date-time from, not null @param zone the time-zone, not null @return the zoned date-time, not null @throws DateTimeException if the result exceeds the supported range

  1. ChronoZonedDateTime!(ChronoLocalDate) zonedDateTime(TemporalAccessor temporal)
  2. ChronoZonedDateTime!(ChronoLocalDate) zonedDateTime(Instant instant, ZoneId zone)
    interface Chronology

Meta