Searched defs:TransitionType (Results 1 – 2 of 2) sorted by relevance
57 struct TransitionType { struct58 std::int_least32_t utc_offset; // the new prevailing UTC offset59 civil_second civil_max; // max convertible civil time for offset60 civil_second civil_min; // min convertible civil time for offset61 bool is_dst; // did we move into daylight-saving time62 std::uint_least8_t abbr_index; // index of the new abbreviation
56 struct TransitionType { struct57 std::int_least32_t utc_offset; // the new prevailing UTC offset58 civil_second civil_max; // max convertible civil time for offset59 civil_second civil_min; // min convertible civil time for offset60 bool is_dst; // did we move into daylight-saving time61 std::uint_least8_t abbr_index; // index of the new abbreviation