parseTime

fun parseTime(timestamp: Long): String

Parse a UTC millis timestamp into a human readable time. This function takes into account the current zone offset.

Return

String A human readable date day string

Parameters

timestamp

The timestamp in millis