formatTimestamp

fun formatTimestamp(timestampString: String): String

Formats a timestamp string into a human-readable format.

This function takes a timestamp string (expected to be in the format "yyyy-MM-dd HH:mm:ss") and converts it into a more readable format like "Wed Oct 02 5:20 PM".

Return

The formatted timestamp string.

Parameters

timestampString

The timestamp string to format.