1README for the tz distribution 2 3"What time is it?" -- Richard Deacon as The King 4"Any time you want it to be." -- Frank Baxter as The Scientist 5 (from the Bell System film "About Time") 6 7The Time Zone Database (often called tz or zoneinfo) contains code and 8data that represent the history of local time for many representative 9locations around the globe. It is updated periodically to reflect 10changes made by political bodies to time zone boundaries, UTC offsets, 11and daylight-saving rules. 12 13See <https://www.iana.org/time-zones/repository/tz-link.html> or the 14file tz-link.htm for how to acquire the code and data. Once acquired, 15read the comments in the file 'Makefile' and make any changes needed 16to make things right for your system, especially if you are using some 17platform other than GNU/Linux. Then run the following commands, 18substituting your desired installation directory for "$HOME/tzdir": 19 20 make TOPDIR=$HOME/tzdir install 21 $HOME/tzdir/etc/zdump -v America/Los_Angeles 22 23Historical local time information has been included here to: 24 25* provide a compendium of data about the history of civil time 26 that is useful even if not 100% accurate; 27 28* give an idea of the variety of local time rules that have 29 existed in the past and thus an idea of the variety that may be 30 expected in the future; 31 32* provide a test of the generality of the local time rule description 33 system. 34 35The information in the time zone data files is by no means authoritative; 36fixes and enhancements are welcome. Please see the file CONTRIBUTING 37for details. 38 39Thanks to these Time Zone Caballeros who've made major contributions to the 40time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz; 41Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to 42Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales 43for testing work, and to Gwillim Law for checking local mean time data. 44Thanks in particular to Arthur David Olson, the project's founder and first 45maintainer, to whom the time zone community owes the greatest debt of all. 46None of them are responsible for remaining errors. 47 48----- 49 50This file is in the public domain, so clarified as of 2009-05-17 by 51Arthur David Olson. The other files in this distribution are either 52public domain or BSD licensed; see the file LICENSE for details. 53