of

public static ZonedDateTime of(LocalDateTime dateTime, ZoneId zone)

Obtains the zoned time for the local date-time at the passed time zone.


public static ZonedDateTime of(ZonedDateTime value)

Creates the instance by the passed Java Time value.