ttinfo
ttinfo is a data type used by the IANA time zone database (tzdb) and the associated tzcode library to describe a single local time rule within a time zone. It encodes the information that applies after a transition: the offset from Coordinated Universal Time (UTC), whether daylight saving time is in effect, and the textual abbreviation that represents the rule (such as EST or EDT). In many tzfile-based implementations, ttinfo entries are part of a compiled time zone file and are paired with a separate list of abbreviation strings.
In the tzfile format, the time zone data are organized into arrays of transitions and corresponding ttinfo
The runtime logic uses ttinfo in combination with the transition times: when a given timestamp falls under
ttinfo is specific to the tzdb/tzcode ecosystem and is a foundational element of how most Unix-like systems