Go to the source code of this file.
static i64 CurrentSystemTime_ns |
( |
| ) |
|
|
static |
static int first_day |
( |
int |
year | ) |
|
|
static |
static int is_leap_year |
( |
int |
year | ) |
|
|
static |
static void LatchInitialSystemTime |
( |
| ) |
|
|
static |
static int match_string |
( |
const char ** |
buf, |
|
|
const char ** |
strs |
|
) |
| |
|
static |
static size_t MsFromTimespec |
( |
const timespec & |
ts | ) |
|
|
static |
static void set_week_number_mon |
( |
struct tm * |
timeptr, |
|
|
int |
wnum |
|
) |
| |
|
static |
static void set_week_number_mon4 |
( |
struct tm * |
timeptr, |
|
|
int |
wnum |
|
) |
| |
|
static |
static void set_week_number_sun |
( |
struct tm * |
timeptr, |
|
|
int |
wnum |
|
) |
| |
|
static |
unsigned sleep |
( |
unsigned |
sec | ) |
|
char* strptime |
( |
const char * |
buf, |
|
|
const char * |
format, |
|
|
struct tm * |
timeptr |
|
) |
| |
static u64 u64_from_FILETIME |
( |
const FILETIME * |
ft | ) |
|
|
static |
time_t wtime_utc_filetime_to_time_t |
( |
FILETIME * |
ft | ) |
|
const long _1e6 = 1000000 |
|
static |
const long _1e7 = 10000000 |
|
static |
const i64 _1e9 = 1000000000 |
|
static |
Initial value:= {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec",
NULL
}
Definition at line 232 of file wtime.cpp.
const char* abb_weekdays[] |
|
static |
Initial value:= {
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
NULL
}
Definition at line 210 of file wtime.cpp.
Initial value:= {
"January",
"February",
"Mars",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
NULL,
}
Definition at line 248 of file wtime.cpp.
const char* full_weekdays[] |
|
static |
Initial value:= {
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
NULL
}
Definition at line 221 of file wtime.cpp.
const u64 posix_epoch_hns = 0x019DB1DED53E8000 |
|
static |
const int tm_year_base = 1900 |