All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk8Main.common.WallClock.jvm.kt Maven / Gradle / Ivy

package io.fluidsonic.time


internal actual fun platform_millisecondsSince1970() =
	Milliseconds(System.currentTimeMillis())


internal actual fun platform_timestamp() =
	Timestamp.of(platform_millisecondsSince1970()) // TODO think about precision & performance




© 2015 - 2025 Weber Informatics LLC | Privacy Policy