Searched defs:tzhead (Results 1 – 1 of 1) sorted by relevance
45 struct tzhead { struct46 char tzh_magic[4]; /* TZ_MAGIC */47 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */48 char tzh_reserved[15]; /* reserved; must be zero */49 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */50 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */51 char tzh_leapcnt[4]; /* coded number of leap seconds */52 char tzh_timecnt[4]; /* coded number of transition times */53 char tzh_typecnt[4]; /* coded number of local time types */54 char tzh_charcnt[4]; /* coded number of abbr. chars */
Completed in 5 milliseconds