This function is Hardware-specific implementation. It is not implemented in this 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.