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

Function offtime_r

localtime.c:2293–2298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291 Callers can instead use localtime_rz with a fixed-offset zone. */
2292
2293struct tm *
2294offtime_r(time_t const *restrict timep, long offset, struct tm *restrict tmp)
2295{
2296 gmtcheck();
2297 return gmtsub(gmtptr, timep, offset, tmp);
2298}
2299
2300struct tm *
2301offtime(time_t const *timep, long offset)

Callers 1

offtimeFunction · 0.85

Calls 1

gmtcheckFunction · 0.85

Tested by

no test coverage detected