GME
13
|
#include <apr_time.h>
Public Attributes | |
apr_int32_t | tm_usec |
apr_int32_t | tm_sec |
apr_int32_t | tm_min |
apr_int32_t | tm_hour |
apr_int32_t | tm_mday |
apr_int32_t | tm_mon |
apr_int32_t | tm_year |
apr_int32_t | tm_wday |
apr_int32_t | tm_yday |
apr_int32_t | tm_isdst |
apr_int32_t | tm_gmtoff |
a structure similar to ANSI struct tm with the following differences:
Definition at line 98 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_gmtoff |
seconds east of UTC
Definition at line 120 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_hour |
(0-23) hours past midnight
Definition at line 106 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_isdst |
daylight saving time
Definition at line 118 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_mday |
(1-31) day of the month
Definition at line 108 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_min |
(0-59) minutes past tm_hour
Definition at line 104 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_mon |
(0-11) month of the year
Definition at line 110 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_sec |
(0-61) seconds past tm_min
Definition at line 102 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_usec |
microseconds past tm_sec
Definition at line 100 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_wday |
(0-6) days since sunday
Definition at line 114 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_yday |
(0-365) days since jan 1
Definition at line 116 of file apr_time.h.
apr_int32_t apr_time_exp_t::tm_year |
year since 1900
Definition at line 112 of file apr_time.h.