48size_t strftime(
char* strBuffer,
size_t maxSize,
const char* format,
const struct tm* pTime);
struct tm * gmtime(const time_t *restrict t)
void __secs_to_zone(long long, int, int *, long *, long *, const char **)
size_t strftime(char *strBuffer, size_t maxSize, const char *format, const struct tm *pTime)
int __secs_to_tm(long long, struct tm *)
int64_t time_t
Definition p_time_c99.h:42
time_t mktime(struct tm *tp)
int __month_to_secs(int, int)
struct tm * localtime_r(const time_t *restrict t, struct tm *restrict tm)
struct tm * gmtime_r(const time_t *restrict t, struct tm *restrict tm)
long long __tm_to_secs(const struct tm *)
long long __year_to_secs(long long, int *)
Definition p_time_c99.h:27
int tm_mon
Definition p_time_c99.h:32
int tm_year
Definition p_time_c99.h:33
int tm_hour
Definition p_time_c99.h:30
int tm_sec
Definition p_time_c99.h:28
int tm_isdst
Definition p_time_c99.h:36
int tm_yday
Definition p_time_c99.h:35
long __tm_gmtoff
Definition p_time_c99.h:37
int tm_mday
Definition p_time_c99.h:31
const char * __tm_zone
Definition p_time_c99.h:38
int tm_min
Definition p_time_c99.h:29
int tm_wday
Definition p_time_c99.h:34