fromEpochSeconds

expect fun fromEpochSeconds(seconds: Long, ns: Int = 0): Instant

Create an Instant from its parts


Parse a string formatted as epoch-seconds into an Instant

actual fun fromEpochSeconds(seconds: Long, ns: Int): Instant

Create an Instant from it's parts


Parse a string formatted as epoch-seconds into an Instant