MCPcopy Create free account
hub / github.com/eggert/tz / gmtime

Function gmtime

localtime.c:2279–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2277}
2278
2279struct tm *
2280gmtime(const time_t *timep)
2281{
2282# if !SUPPORT_C89
2283 static struct tm tm;
2284# endif
2285 return gmtime_r(timep, tm_multi(&tm, GMTIME_TM_MULTI));
2286}
2287
2288# if STD_INSPIRED
2289

Callers 1

gmtime_rFunction · 0.85

Calls 2

gmtime_rFunction · 0.70
tm_multiFunction · 0.70

Tested by

no test coverage detected