IsoChronology.zonedDateTime

Obtains an ISO zoned date-time _in this chronology from an {@code Instant}. !(p) This is equivalent to {@link ZonedDateTime#ofInstant(Instant, ZoneId)}.

@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)
    class IsoChronology

Meta