formatTime

actual fun formatTime(timestampMillis: Long): String(source)
expect fun formatTime(timestampMillis: Long): String(source)

Formats a timestamp into a localized time string (HH:mm).

actual fun formatTime(timestampMillis: Long): String(source)