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

Class lsinfo

localtime.c:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480};
481
482struct lsinfo { /* leap second information */
483 time_t ls_trans; /* transition time (positive) */
484 int_fast32_2s ls_corr; /* correction to apply */
485};
486
487/* This abbreviation means local time is unspecified. */
488static char const UNSPEC[] = "-00";

Callers 4

tzparseFunction · 0.70
timesubFunction · 0.70
leapcorrFunction · 0.70
posix2time_zFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected