ReactOS 0.4.16-dev-329-g9223134
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
struct tm * | _gmtime_worker (struct tm *ptm, __time64_t time, int do_dst) |
struct tm * | _gmtime64 (const __time64_t *ptime) |
errno_t | _gmtime64_s (struct tm *ptm, const __time64_t *ptime) |
struct tm * | _gmtime32 (const __time32_t *ptime) |
errno_t | _gmtime32_s (struct tm *ptm, const __time32_t *ptime) |
struct tm * | gmtime (const time_t *ptime) |
Variables | |
unsigned int | g_monthdays [13] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365} |
unsigned int | g_lpmonthdays [13] = {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366} |
struct tm * _gmtime32 | ( | const __time32_t * | ptime | ) |
errno_t _gmtime32_s | ( | struct tm * | ptm, |
const __time32_t * | ptime | ||
) |
Definition at line 164 of file gmtime.c.
Definition at line 104 of file gmtime.c.
Referenced by _gmtime32(), gmtime(), and mktime_worker().
Definition at line 122 of file gmtime.c.
Referenced by ATL::CTime::FormatGmt(), ATL::CTime::GetAsDBTIMESTAMP(), ATL::CTime::GetAsSystemTime(), and ATL::CTime::GetGmtTm().
Definition at line 14 of file gmtime.c.
Referenced by _gmtime32_s(), _gmtime64(), and _gmtime64_s().
Definition at line 11 of file gmtime.c.
Referenced by _gmtime_worker().
Definition at line 10 of file gmtime.c.
Referenced by _gmtime_worker().