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

Function gmtload

localtime.c:1813–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811 *cp = '\0';
1812 }
1813 return true;
1814}
1815
1816static void
1817gmtload(struct state *const sp)
1818{
1819 if (!TZ_RUNTIME_LEAPS || tzload(etc_utc, sp, TZLOAD_TZSTRING) != 0)
1820 tzparse("UTC0", sp, NULL);
1821}

Callers 1

gmtcheck1Function · 0.85

Calls 2

tzloadFunction · 0.85
tzparseFunction · 0.85

Tested by

no test coverage detected