README revision 1.10
11.7SchristosREADME for the tz distribution 21.7Schristos 31.4Sjtc"What time is it?" -- Richard Deacon as The King 41.4Sjtc"Any time you want it to be." -- Frank Baxter as The Scientist 51.4Sjtc (from the Bell System film "About Time") 61.4Sjtc 71.8SchristosThe Time Zone Database (often called tz or zoneinfo) contains code and 81.8Schristosdata that represent the history of local time for many representative 91.8Schristoslocations around the globe. It is updated periodically to reflect 101.8Schristoschanges made by political bodies to time zone boundaries, UTC offsets, 111.8Schristosand daylight-saving rules. 121.8Schristos 131.5SkleinkHere is a recipe for acquiring, building, installing, and testing the 141.5Skleinktz distribution on a GNU/Linux or similar host. 151.5Skleink 161.5Skleink mkdir tz 171.5Skleink cd tz 181.7Schristos wget --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz' 191.7Schristos gzip -dc tzcode-latest.tar.gz | tar -xf - 201.7Schristos gzip -dc tzdata-latest.tar.gz | tar -xf - 211.5Skleink 221.5SkleinkBe sure to read the comments in "Makefile" and make any changes needed 231.5Skleinkto make things right for your system, especially if you are using some 241.5Skleinkplatform other than GNU/Linux. Then run the following commands, 251.5Skleinksubstituting your desired installation directory for "$HOME/tzdir": 261.5Skleink 271.5Skleink make TOPDIR=$HOME/tzdir install 281.5Skleink $HOME/tzdir/etc/zdump -v America/Los_Angeles 291.4Sjtc 301.6SmlelstvHistorical local time information has been included here to: 311.6Smlelstv 321.6Smlelstv* provide a compendium of data about the history of civil time 331.9Schristos that is useful even if not 100% accurate; 341.4Sjtc 351.4Sjtc* give an idea of the variety of local time rules that have 361.4Sjtc existed in the past and thus an idea of the variety that may be 371.4Sjtc expected in the future; 381.4Sjtc 391.4Sjtc* provide a test of the generality of the local time rule description 401.4Sjtc system. 411.4Sjtc 421.4SjtcThe information in the time zone data files is by no means authoritative; 431.9Schristosfixes and enhancements are welcome. Please see the file CONTRIBUTING 441.9Schristosfor details. 451.4Sjtc 461.9SchristosThanks to these Time Zone Caballeros who've made major contributions to the 471.9Schristostime conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz; 481.4SjtcGuy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to 491.4SjtcMichael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales 501.4Sjtcfor testing work, and to Gwillim Law for checking local mean time data. 511.8SchristosThanks in particular to Arthur David Olson, the project's founder and first 521.9Schristosmaintainer, to whom the time zone community owes the greatest debt of all. 531.4SjtcNone of them are responsible for remaining errors. 541.4Sjtc 551.8SchristosLook in <ftp://ftp.iana.org/tz/releases/> for updated versions of these files. 561.4Sjtc 571.7SchristosPlease send comments or information to tz@iana.org. 581.10Schristos 591.10Schristos----- 601.10Schristos 611.10SchristosThis file is in the public domain, so clarified as of 2009-05-17 by 621.10SchristosArthur David Olson. The other files in this distribution are either 631.10Schristospublic domain or BSD licensed; see the file LICENSE for details. 64