krb5_error_code krb5_deltat_to_string ( krb5_deltat deltat, char *buffer, size_t buflen );
The relative time value to convert.
A pointer to a buffer to hold the time string.
The maximum length of the string that will fit in buffer.
This routine converts a Kerberos relative time value into the corresponding string.
This routine returns the following KRB5 status codes:
0
ENOMEM
Insufficient memory.