Synopsis
char *ctime(const time_t *tp);
Description

ctime converts the *tp to a null terminated string. The returned string is held in a static buffer, this function is not re-entrant.