Function
Purpledate_format_full
Declaration [src]
const char*
purple_date_format_full (
const tm* tm
)
Description [src]
Formats a time into the user’s preferred full date and time format.
The returned string is stored in a static buffer, so the result should be g_strdup()’d if it’s going to be kept.