shishi_generalize_time(3) API function

SYNOPSIS

#include <shishi.h>

const char * shishi_generalize_time(Shishi * handle, time_t t);

ARGUMENTS

Shishi * handle
shishi handle as allocated by shishi_init().
time_t t
C time to convert.

DESCRIPTION

Convert C time to KerberosTime. The string must not be deallocate by caller.

RETURN VALUE

Return a KerberosTime time string corresponding to C time t.

REPORTING BUGS

Report bugs to <[email protected]>.

COPYRIGHT

Copyright © 2002-2010 Simon Josefsson.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.