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

Function offtime

localtime.c:2300–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298}
2299
2300struct tm *
2301offtime(time_t const *timep, long offset)
2302{
2303# if !SUPPORT_C89
2304 static struct tm tm;
2305# endif
2306 return offtime_r(timep, offset, tm_multi(&tm, OFFTIME_TM_MULTI));
2307}
2308
2309# endif
2310#endif

Callers

nothing calls this directly

Calls 2

offtime_rFunction · 0.85
tm_multiFunction · 0.70

Tested by

no test coverage detected