public static ZonedDateTime ofInstant(Instant instant,
ZoneId zone)
Returns an instance of ZonedDateTime from an Instant and zone ID.
public static ZonedDateTime ofInstant(LocalDateTime localDateTime,
ZoneOffset offset,
ZoneId zone)
Returns an instance of ZonedDateTime from local date-time, an zone offset and zone ID. The combination of LocalDateTime and ZoneOffset, uniquely specifies an instant without ambiguity.