toFullDateString

fun LocalDateTime.toFullDateString(): String

Formats this LocalDateTime as a full date string, e.g., "Mon 04/10/26 14:30:00 PST".

Extension function on LocalDateTime.

Return

the formatted date/time string