toUtcDateString

fun Long.toUtcDateString(format: String = FRDateFormat.ISO_8601.format): String

Convert UNIX time to a date string which based on the UTC.

Return

A date string

Parameters

format

A date format, which the default is ISO 8601.