public static LocalDateTime ofInstant(Instant instant,
ZoneId zone)
This static method returns an instance of LocalDateTime from an Instant and zone ID.
Instant is an instantaneous point on the time-line. As LocalDateTime field values might be different for different regions of the world at the same instant, we must need a ZoneId information as well to get a region specific LocalDateTime.