Go to the source code of this file.
◆ clib_timebase_components_to_time()
◆ clib_timebase_find_sunday_midnight()
__clib_export f64 clib_timebase_find_sunday_midnight |
( |
f64 |
start_time | ) |
|
◆ clib_timebase_init()
◆ clib_timebase_offset_from_sunday()
f64 clib_timebase_offset_from_sunday |
( |
u8 * |
day | ) |
|
◆ clib_timebase_summer_offset()
◆ clib_timebase_time_to_components()
◆ format_clib_timebase_time()
__clib_export u8* format_clib_timebase_time |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ unformat_clib_timebase_range_hms()
◆ unformat_clib_timebase_range_vector()
◆ day_names_calendar_order
const static char* day_names_calendar_order[] |
|
static |
Initial value:= {
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
}
Definition at line 92 of file time_range.c.
◆ day_names_epoch_order
const static char* day_names_epoch_order[] |
|
static |
Initial value:= {
"Thu",
"Fri",
"Sat",
"Sun",
"Mon",
"Tue",
"Wed",
}
Definition at line 82 of file time_range.c.
◆ days_per_month
const static u32 days_per_month[] |
|
static |
Initial value:= {
31,
28,
31,
30,
31,
30,
31,
31,
30,
31,
30,
31,
}
Definition at line 52 of file time_range.c.
◆ month_short_names
const static char* month_short_names[] |
|
static |
Initial value:= {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec",
}
Definition at line 67 of file time_range.c.