This is a Hardware specific function. It is not implemented in the 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.
mktime(), and