formatRelativeTime

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

Formats a timestamp into a relative "time ago" string.

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