date.c File Reference

Go to the source code of this file.

Functions

int u_asctime_to_tt (const char *str, time_t *tp)
int u_rfc850_to_tt (const char *str, time_t *tp)
int u_rfc822_to_tt (const char *str, time_t *tp)
int u_httpdate_to_tt (const char *str, time_t *tp)
int u_tt_to_rfc822 (char dst[RFC822_DATE_BUFSZ], time_t ts)