Function (Path Standard C Header / time.h)
localtime
struct tm* localtime(time_t *timer);
Fill the tm structure with the value of timer. The value of timer is decomposed into a tm structure and expressed in the local time zone
Parameters
time_t *timer