tzdbtzcode
tzdbtzcode is a term used to describe the combined set of resources produced by the IANA Time Zone Database project, encompassing the tzdb data files and the tzcode reference implementation. The tzdb portion consists of a collection of plain-text zone files that encode the historical and current rules for time zones worldwide, including standard offsets, daylight saving transitions, and leap seconds. The tzcode portion provides the programs and libraries that interpret these rules and perform conversions between universal time and local wall clock time. Core components include the zic compiler, which builds binary zone information files, and supporting utilities such as zdump.
Together, tzdbtzcode underpins time computations in many software environments. The data is used by operating system
History and maintenance: The tzdb originated in the 1980s as the Olson database, created by Arthur David
See also: IANA Time Zone Database, zoneinfo, zic, leap seconds.