Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <time.h> struct tm *gmtime_r(const time_t * clock, struct tm * result); |
Description
The gmtime_r()
function converts the time (number of seconds since the beginning of the
epoch) pointed to by clock to the UTC time (Coordinated Universal Time) in the format | ||
Return val. | Address of the structure pointed to by result, | |
if successful. | ||
Null pointer | if an error occurs or if UTC is not available. | |
See also |
|