Convert a time value to broken-down local time. Format #include <time.h> struct tm *localtime (const time_t *timer); struct tm *localtime_r (const time_t *timer, struct tm *result); (ISO POSIX-1)