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