IsoChronology.zonedDateTime

Obtains an ISO zoned date-time from another date-time object. !(p) This is equivalent to {@link ZonedDateTime#from(TemporalAccessor)}.

@param temporal the date-time object to convert, not null @return the ISO zoned date-time, not null @throws DateTimeException if unable to create the date-time

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

Meta