ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TICKSPERMIN 600000000 |
#define | LL2FILETIME(ll, pft) |
#define | FILETIME2LL(pft, ll) ll = (((LONGLONG)((pft)->dwHighDateTime))<<32) + (pft)-> dwLowDateTime ; |
Functions | |
static int | IsLeapYear (int Year) |
static int | TIME_DayLightCompareDate (const SYSTEMTIME *date, const SYSTEMTIME *compareDate) |
static DWORD | TIME_CompTimeZoneID (const TIME_ZONE_INFORMATION *pTZinfo, FILETIME *lpFileTime, BOOL islocal) |
static DWORD | TIME_ZoneID (const TIME_ZONE_INFORMATION *pTzi) |
static BOOL | TIME_GetTimezoneBias (const TIME_ZONE_INFORMATION *pTZinfo, FILETIME *lpFileTime, BOOL islocal, LONG *pBias) |
DWORD WINAPI | GetTimeZoneInformation (LPTIME_ZONE_INFORMATION lpTimeZoneInformation) |
BOOL WINAPI | SetTimeZoneInformation (CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation) |
BOOL WINAPI | SystemTimeToTzSpecificLocalTime (CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation, CONST SYSTEMTIME *lpUniversalTime, LPSYSTEMTIME lpLocalTime) |
BOOL WINAPI | TzSpecificLocalTimeToSystemTime (LPTIME_ZONE_INFORMATION lpTimeZoneInformation, LPSYSTEMTIME lpLocalTime, LPSYSTEMTIME lpUniversalTime) |
Variables | |
static const int | MonthLengths [2][12] |
#define FILETIME2LL | ( | pft, | |
ll | |||
) | ll = (((LONGLONG)((pft)->dwHighDateTime))<<32) + (pft)-> dwLowDateTime ; |
Definition at line 26 of file timezone.c.
Definition at line 23 of file timezone.c.
#define NDEBUG |
Definition at line 16 of file timezone.c.
#define TICKSPERMIN 600000000 |
Definition at line 21 of file timezone.c.
DWORD WINAPI GetTimeZoneInformation | ( | LPTIME_ZONE_INFORMATION | lpTimeZoneInformation | ) |
Definition at line 262 of file timezone.c.
Referenced by _ftime_s(), _getsystime(), _tzset(), AllSysInfo(), create_date(), date_parse(), get_currenttimezone(), get_localdatetime(), mktime_worker(), NetrRemoteTOD(), ParseLogonHours(), PrintLogonHours(), SetTimeZoneName(), ShowTimeZoneList(), SystemTimeToTzSpecificLocalTime(), test_FileTimeToLocalFileTime(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_localtime(), test_mktime(), test_RtlQueryTimeZoneInformation(), and TzSpecificLocalTimeToSystemTime().
Definition at line 37 of file timezone.c.
BOOL WINAPI SetTimeZoneInformation | ( | CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
Definition at line 316 of file timezone.c.
Referenced by SetLocalTimeZone(), and test_RtlQueryTimeZoneInformation().
BOOL WINAPI SystemTimeToTzSpecificLocalTime | ( | CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation, |
CONST SYSTEMTIME * | lpUniversalTime, | ||
LPSYSTEMTIME | lpLocalTime | ||
) |
Definition at line 377 of file timezone.c.
Referenced by GetDriverDateString(), GetFileModifyTime(), CInstalledApplicationInfo::RetrieveInstallDate(), test_query_process_times(), and BtrfsScrub::UpdateTextBox().
|
static |
Definition at line 121 of file timezone.c.
Referenced by TIME_GetTimezoneBias(), and TIME_ZoneID().
|
static |
Definition at line 59 of file timezone.c.
Referenced by TIME_CompTimeZoneID().
|
static |
Definition at line 239 of file timezone.c.
Referenced by SystemTimeToTzSpecificLocalTime(), and TzSpecificLocalTimeToSystemTime().
|
static |
Definition at line 217 of file timezone.c.
Referenced by GetTimeZoneInformation().
BOOL WINAPI TzSpecificLocalTimeToSystemTime | ( | LPTIME_ZONE_INFORMATION | lpTimeZoneInformation, |
LPSYSTEMTIME | lpLocalTime, | ||
LPSYSTEMTIME | lpUniversalTime | ||
) |
Definition at line 421 of file timezone.c.
Referenced by parse_filetime().
Definition at line 29 of file timezone.c.
Referenced by TIME_DayLightCompareDate().