|
Turnstone Operating System
|
Date and time library. More...
Functions | |
| MODULE ("turnstone.lib") | |
| time_t | time (time_t *t) |
| time_t | time_ns (time_t *t) |
| gets current time in nanoseconds | |
| boolean_t | time_is_leap (int64_t year) |
| timeparsed_t * | parse_time (timeparsed_t *tp, time_t t) |
| timeparsed_t * | time_to_timeparsed (time_t t) |
| timeparsed_t * | timeparsed (timeparsed_t *tp) |
| time_t | timeparsed_to_time (timeparsed_t *tp) |
| uint64_t | rdtsc (void) |
Variables | |
| uint64_t | TIME_EPOCH = 0 |
| const int32_t | time_days_of_month [] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } |
Date and time library.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.