formatTimeWithSeconds

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

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

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