C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
gmtime
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <time.h>
 
  Syntax:    struct tm *gmtime( time_t *timer );
 
  Returns:   a pointer to a structure.
 
  See also:  asctime, ctime, _ftime, localtime, time
                                    -♦-