This is a Hardware specific function. It is not implemented in the Compiler.
#include <time.h> time_t time(time_t *timer);
time() gets the current calendar time. If timer is not NULL, the current calendar time is assigned to timer.
The current calendar time.
mktime(), and