This is a Hardware specific function. It is not implemented in the Compiler.
#include <time.h>
struct tm *gmtime(const time_t *time);
gmtime() converts *time to UTC (Universal Coordinated Time), which is equivalent to GMT (Greenwich Mean Time).
NULL, if UTC is not available; a pointer to a struct containing UTC otherwise.
ctime() and