Searched defs:tm64 (Results 1 – 1 of 1) sorted by relevance
38 struct tm64 { struct39 int64_t tm_sec; /* seconds after the minute [0-60] */40 int64_t tm_min; /* minutes after the hour [0-59] */41 int64_t tm_hour; /* hours since midnight [0-23] */42 int64_t tm_mday; /* day of the month [1-31] */43 int64_t tm_mon; /* months since January [0-11] */44 int64_t tm_year; /* years since 1900 */45 int64_t tm_wday; /* days since Sunday [0-6] */46 int64_t tm_yday; /* days since January 1 [0-365] */