|
| void | set_new_tick () |
| std::chrono::nanoseconds | time_get_nanoseconds () |
| int64_t | time_get_impl () |
| int64_t | time_get () |
| int64_t | time_freq () |
| int64_t | time_timestamp () |
| static tm | time_localtime_threadlocal (time_t *time_data) |
| int | time_houroftheday () |
| static bool | time_iseasterday (time_t time_data, tm time_info) |
| ETimeSeason | time_season () |
| void | str_timestamp (char *buffer, int buffer_size) |
| void | str_timestamp_format (char *buffer, int buffer_size, const char *format) |
| void | str_timestamp_ex (time_t time_data, char *buffer, int buffer_size, const char *format) |
| bool | timestamp_from_str (const char *string, const char *format, time_t *timestamp) |
| int | str_time (int64_t centisecs, int format, char *buffer, int buffer_size) |
| int | str_time_float (float secs, int format, char *buffer, int buffer_size) |