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