Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <time.h> struct tm *gmtime_r(const time_t * clock, struct tm * result); struct tm *gmtime64_r(const time64_t * clock, struct tm * result); | |
Description | The functions | |
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 |
|