This is a Hardware-specific function. It is not implemented in the Compiler.
#include <time.h>
char *ctime(const time_t *timer);
ctime() converts the calendar time timer to a character string.
The string containing the ASCII representation of the date.
mktime(), and