[an error occurred while processing this directive]
krb5_error_code krb5_timestamp_to_string ( krb5_timestamp timestamp, char *buffer, size_t buflen );
The timestamp to convert.
The buffer to hold the converted timestamp.
The length of buffer.
This routine converts a Kerberos timestamp to a string. It returns the string in the locale’s appropriate date and time representation.
This routine returns the following KRB5 status codes:
Successful completion.
ENOMEM
Insufficient memory.