This function is Hardware-specific implementation. It is not implemented in this Compiler.
#include <time.h>
struct tm *localetime(const time_t *time);
localtime() converts *time into broken-down time.
A pointer to a struct containing the broken-down time.