|
Apache HTTPD
|
#include <apr_time.h>
a structure similar to ANSI struct tm with the following differences:
Definition at line 97 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_gmtoff |
seconds east of UTC
Definition at line 119 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_hour |
(0-23) hours past midnight
Definition at line 105 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_isdst |
daylight saving time
Definition at line 117 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_mday |
(1-31) day of the month
Definition at line 107 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_min |
(0-59) minutes past tm_hour
Definition at line 103 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_mon |
(0-11) month of the year
Definition at line 109 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_sec |
(0-61) seconds past tm_min
Definition at line 101 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_usec |
microseconds past tm_sec
Definition at line 99 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_wday |
(0-6) days since Sunday
Definition at line 113 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_yday |
(0-365) days since January 1
Definition at line 115 of file apr_time.h.
| apr_int32_t apr_time_exp_t::tm_year |
year since 1900
Definition at line 111 of file apr_time.h.