Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1816
static void
1817
gmtload(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
gmtcheck1
Function · 0.85
Calls
2
tzload
Function · 0.85
tzparse
Function · 0.85
Tested by
no test coverage detected