LocalDate.toEpochSecond

Converts this {@code LocalDate} to the number of seconds since the epoch of 1970-01-01T00:00:00Z. !(p) This combines this local date with the specified time and offset to calculate the epoch-second value, which is the number of elapsed seconds from 1970-01-01T00:00:00Z. Instants on the time-line after the epoch are positive, earlier are negative.

@param time the local time, not null @param offset the zone offset, not null @return the number of seconds since the epoch of 1970-01-01T00:00:00Z, may be negative @since 9

class LocalDate
long
toEpochSecond

Meta