LocalTimeFormatter

fun interface LocalTimeFormatter(source)

Types

Link copied to clipboard
Link copied to clipboard
class StructTm(val tm_sec: Int, val tm_min: Int, val tm_hour: Int, val tm_mday: Int, val tm_mon: Int, val tm_year: Int, val tm_wday: Int, val tm_yday: Int, val tm_isdst: Int, val tm_gmtoff: Long, val tm_zone: String? = null)

Struct tm from

Functions

Link copied to clipboard
abstract fun format(epochSeconds: Long): LocalTimeFormatter.StructTm