public static LocalDateTime ofEpochSecond(long epochSecond,
int nanoOfSecond,
ZoneOffset offset)
Returns a new instance of LocalDateTime with the provided epoch-second, nano-of-second and zone offset values. An epoch date time starts at 1970-01-01T00:00:00Z. Negative value of epochSecond will return earlier local date time.