krb5_error_code krb5_timestamp_to_sfstring ( krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad );
The timestamp to convert.
The buffer to hold the converted timestamp.
The length of buffer.
If the converted timestamp does not fill buffer, an optional value used to pad the rest of buffer.
This routine converts a Kerberos timestamp to a string.
This routine returns the following KRB5 status codes:
Successful completion.
ENOMEM
Insufficient memory.