Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2279
struct tm *
2280
gmtime(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_r
Function · 0.85
Calls
2
gmtime_r
Function · 0.70
tm_multi
Function · 0.70
Tested by
no test coverage detected