Instant.getEpochSecond

Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z. !(p) The epoch second count is a simple incrementing count of seconds where second 0 is 1970-01-01T00:00:00Z. The nanosecond part is returned by {@link #getNano}.

@return the seconds from the epoch of 1970-01-01T00:00:00Z

class Instant
long
getEpochSecond
()

Meta