Synopsis
 localtime(const time_t *tp);
Description

localtime converts the *tp time format to a struct tm local time format. The returned value points to a static object - this function is not re-entrant.