fromEpochSeconds

expect fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Long = 0): Instant
expect fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int): Instant

Returns an Instant that is the epochSeconds number of seconds from the epoch instant 1970-01-01T00:00:00Z and the nanosecondAdjustment number of nanoseconds from the whole second.

The return value is clamped to the platform-specific boundaries for Instant if the result exceeds them.

actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Long): Instant
actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int): Instant
actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Long): Instant
actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int): Instant
actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Long): Instant
actual fun fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int): Instant