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

Function tzfree

zdump.c:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static void
276tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ)
277{
278# if !HAVE_SETENV
279 environ = initial_environ;
280 tzset();
281# endif
282}
283#endif /* ! USE_LOCALTIME_RZ */
284
285/* A UT time zone, and its initializer. */

Callers 1

mainFunction · 0.70

Calls 1

tzsetFunction · 0.70

Tested by

no test coverage detected