Apache HTTPD
Macros | Functions
util_time.h File Reference

Apache date-time handling functions. More...

#include "apr.h"
#include "apr_time.h"
#include "httpd.h"

Go to the source code of this file.

Macros

#define AP_TIME_RECENT_THRESHOLD   15
 
#define AP_CTIME_OPTION_NONE   0x0
 
#define AP_CTIME_OPTION_USEC   0x1
 
#define AP_CTIME_OPTION_COMPACT   0x2
 
#define AP_CTIME_OPTION_GMTOFF   0x4
 

Functions

apr_status_t ap_explode_recent_localtime (apr_time_exp_t *tm, apr_time_t t)
 
apr_status_t ap_explode_recent_gmt (apr_time_exp_t *tm, apr_time_t t)
 
apr_status_t ap_recent_ctime (char *date_str, 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)
 

Detailed Description

Apache date-time handling functions.

Definition in file util_time.h.