26 #ifndef APACHE_UTIL_TIME_H
27 #define APACHE_UTIL_TIME_H
41 #define AP_TIME_RECENT_THRESHOLD 15
45 #define AP_CTIME_OPTION_NONE 0x0
47 #define AP_CTIME_OPTION_USEC 0x1
49 #define AP_CTIME_OPTION_COMPACT 0x2
51 #define AP_CTIME_OPTION_GMTOFF 0x4
104 int option,
int *len);
APR Platform Definitions.
apr_status_t ap_explode_recent_localtime(apr_time_exp_t *tm, apr_time_t t)
apr_status_t ap_recent_ctime_ex(char *date_str, apr_time_t t, int option, int *len)
apr_status_t ap_recent_rfc822_date(char *date_str, apr_time_t t)
void ap_force_set_tz(apr_pool_t *p)
apr_status_t ap_recent_ctime(char *date_str, apr_time_t t)
apr_status_t ap_explode_recent_gmt(apr_time_exp_t *tm, apr_time_t t)
int apr_status_t
Definition: apr_errno.h:44
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
apr_int64_t apr_time_t
Definition: apr_time.h:45
#define AP_DECLARE(x)
Definition: macros.h:1
Definition: apr_time.h:97