APR-UTIL date routines. More...
#include "apu.h"
#include "apr_time.h"
Go to the source code of this file.
Defines | |
#define | APR_DATE_BAD ((apr_time_t)0) |
Functions | |
int | apr_date_checkmask (const char *data, const char *mask) |
apr_time_t | apr_date_parse_http (const char *date) |
apr_time_t | apr_date_parse_rfc (const char *date) |
APR-UTIL date routines.