Obtains an instance of {@code LocalDate} from the epoch day count.
!(p)
This returns a {@code LocalDate} with the specified epoch-day.
The {@link ChronoField#EPOCH_DAY EPOCH_DAY} is a simple incrementing count
of days where day 0 is 1970-01-01. Negative numbers represent earlier days.
@param epochDay the Epoch Day to convert, based on the epoch 1970-01-01
@return the local date, not null
@throws DateTimeException if the epoch day exceeds the supported date range
Obtains an instance of {@code LocalDate} from the epoch day count. !(p) This returns a {@code LocalDate} with the specified epoch-day. The {@link ChronoField#EPOCH_DAY EPOCH_DAY} is a simple incrementing count of days where day 0 is 1970-01-01. Negative numbers represent earlier days.
@param epochDay the Epoch Day to convert, based on the epoch 1970-01-01 @return the local date, not null @throws DateTimeException if the epoch day exceeds the supported date range