core / io.islandtime / Instant

Instant

(iosArm64, iosX64, jvm, macosX64) fun Instant(secondsSinceUnixEpoch: LongSeconds): Instant

Create the Instant represented by a number of seconds relative to the Unix epoch of 1970-01-01T00:00Z.

(iosArm64, iosX64, jvm, macosX64) fun Instant(secondsSinceUnixEpoch: LongSeconds, nanosecondAdjustment: IntNanoseconds): Instant
fun Instant(secondsSinceUnixEpoch: LongSeconds, nanosecondAdjustment: LongNanoseconds): Instant

Create the Instant represented by a number of seconds and additional nanoseconds relative to the Unix epoch of 1970-01-01T00:00Z.

(iosArm64, iosX64, jvm, macosX64) fun Instant(millisecondsSinceUnixEpoch: LongMilliseconds): Instant

Create the Instant represented by a number of milliseconds relative to the Unix epoch of 1970-01-01T00:00Z.