epochSeconds

expect val epochSeconds: Long

The number of seconds from the epoch instant 1970-01-01T00:00:00Z rounded down to a Long number.

The difference between the rounded number of seconds and the actual number of seconds is returned by nanosecondsOfSecond property expressed in nanoseconds.

Note that this number doesn't include leap seconds added or removed since the epoch.

See also

actual val epochSeconds: Long
actual val epochSeconds: Long
actual val epochSeconds: Long