This is a Hardware-specific function. It is not implemented in the Compiler.
#include <time.h>
char * asctime(const struct tm* timeptr);
asctime() converts the time, broken down in timeptr, into a string.
A pointer to a string containing the time string.
mktime(), and