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

commonMain.utils.kt Maven / Gradle / Ivy

The newest version!
package tools.caroline.internal

import kotlinx.datetime.Clock

public fun currentSystemMs(): Long {
    return Clock.System.now().toEpochMilliseconds()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy