-
public final class TimeExtKt
-
-
Method Summary
Modifier and Type Method Description final static StringformatIsoUtc(Long epochMillis)Formats the given epoch milliseconds to an ISO-8601 formatted string in UTC timezone. -
-
Method Detail
-
formatIsoUtc
final static String formatIsoUtc(Long epochMillis)
Formats the given epoch milliseconds to an ISO-8601 formatted string in UTC timezone.
Example: 2020-02-14T12:34:56.000Z
- Parameters:
epochMillis- The time in milliseconds to format.
-
-
-
-