Obtains an instance of LocalDate from the epoch day count.
This returns a LocalDate with the specified epoch-day.
The EPOCH_DAY is a simple incrementing count
of days where day 0 is 1970-01-01. Negative numbers represent earlier days.
epochDay | the Epoch Day to convert, based on the epoch 1970-01-01 |
DateTimeException | if the epoch day exceeds the supported date range |
Diagram: LocalDate