| asctime | Convert tm structure to string |
| clock | Return number of clock ticks since process start |
| ctime | Convert time_t value to string |
| difftime | Return difference between two times |
| gmtime | Convert time_t value to tm structure as UTC time |
| localtime | Convert time_t value to tm structure as local time |
| mktime | Convert tm structure to time_t value |
| time | Get current time |