Go to the source code of this file.
Functions | |
int | u_asctime_to_tt (const char *str, time_t *tp) |
Convert an asctime(3) string to time_t . | |
int | u_rfc850_to_tt (const char *str, time_t *tp) |
Convert an rfc850 time string to time_t . | |
int | u_rfc822_to_tt (const char *str, time_t *tp) |
Convert an rfc822 time string to time_t . | |
int | u_httpdate_to_tt (const char *str, time_t *tp) |
Convert an HTTP time string to time_t . | |
int | u_tt_to_rfc822 (char dst[], time_t ts) |
Convert a time_t value to a rfc822 time string. | |
Variables | |
const char * | days3 [] |
const char * | days [] |
const char * | months [] |