2.3.5 struct tm* gmtime
struct tm* gmtime(const time_t *timer)
The gmtime function converts the time stamp pointed to by timer into broken-down time, expressed as UTC.
struct tm* gmtime(const time_t *timer)
The gmtime function converts the time stamp pointed to by timer into broken-down time, expressed as UTC.