|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Data Structures | |
| struct | _time_zone_t |
Functions | |
| void | _time_zone_init (void) |
| _time_zone_t * | _time_zone (void) |
| bool | _time_is_leap_year (int32_t year) |
| int32_t | _time_days_in_month (int32_t month, int32_t year) |
| void | _time_normalize (struct tm *timePtr) |
| void | _time_day_of_week (struct tm *timePtr) |
| void | _time_day_of_year (struct tm *timePtr) |
| void _time_zone_init | ( | void | ) |
Definition at line 5 of file time_utils.c.
| _time_zone_t * _time_zone | ( | void | ) |
Definition at line 27 of file time_utils.c.
| void _time_normalize | ( | struct tm * | timePtr | ) |
Definition at line 36 of file time_utils.c.
| void _time_day_of_week | ( | struct tm * | timePtr | ) |
| void _time_day_of_year | ( | struct tm * | timePtr | ) |
Definition at line 122 of file time_utils.c.