Searched defs:ttinfo (Results 1 – 1 of 1) sorted by relevance
99 struct ttinfo { /* time type information */ struct100 int_fast32_t tt_gmtoff; /* UT offset in seconds */101 bool tt_isdst; /* used to set tm_isdst */102 int tt_abbrind; /* abbreviation list index */103 bool tt_ttisstd; /* transition is std time */104 bool tt_ttisgmt; /* transition is UT */