Time values are defined as seconds elapsed from midnight, January 1, 1970.
Classes | |
| struct | tm |
Typedefs | |
| typedef int | time_t |
Functions | |
| tm * | split_time (time_t timer, struct tm *tim_p) |
| char * | sprint_tm (const struct tm *tim_p, char *buf) |
| char * | sprint_time (time_t timer) |
| time_t | mktime (struct tm *tim_p) |
|
|
|
|
||||||||||||
|
Converts a time value to the structure pointed to by tim_p.
|
|
||||||||||||
|
Converts a
|
|
|
Converts a time value to a statically allocated string.
|
|
|
Converts the structure pointed to by tim_p into a time value.
|
1.4.6-NO