Searched refs:gmtime (Results 1 – 4 of 4) sorted by relevance
438 # undef gmtime439 # define gmtime tz_gmtime macro512 struct tm *gmtime(time_t const *);
99 printf ("We use this date: %s\n", asctime (gmtime (&t))); in do_test()
19 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
168 struct tm *r = gmtime(tp); in gmtime_r()
Completed in 51 milliseconds