library / org.akop.kotx.types / kotlin.Long

Extensions for kotlin.Long

toDateTime

fun Long.toDateTime(timeZoneId: String? = null): DateTime

Converts milliseconds since epoch to DateTime.

toMutableDateTime

fun Long.toMutableDateTime(timeZoneId: String? = null): MutableDateTime

Converts milliseconds since epoch to MutableDateTime.