commonMain.com.steamstreet.Time.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of awskt-standards-jvm Show documentation
Show all versions of awskt-standards-jvm Show documentation
Standard constructs and functions for working with AWS in Kotlin.
package com.steamstreet
/**
* Get the number of milliseconds since the epoch
*/
public expect fun epochMillis(): Long