README revision 1.8
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.8SchristosUnless otherwise specified, all files in the tz code and data are in 141.8Schristosthe public domain, so clarified as of 2009-05-17 by Arthur David Olson. 151.8SchristosThe few exceptions are code derived from BSD, which uses the BSD license. 161.4Sjtc 171.5SkleinkHere is a recipe for acquiring, building, installing, and testing the 181.5Skleinktz distribution on a GNU/Linux or similar host. 191.5Skleink 201.5Skleink mkdir tz 211.5Skleink cd tz 221.7Schristos wget --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz' 231.7Schristos gzip -dc tzcode-latest.tar.gz | tar -xf - 241.7Schristos gzip -dc tzdata-latest.tar.gz | tar -xf - 251.5Skleink 261.5SkleinkBe sure to read the comments in "Makefile" and make any changes needed 271.5Skleinkto make things right for your system, especially if you are using some 281.5Skleinkplatform other than GNU/Linux. Then run the following commands, 291.5Skleinksubstituting your desired installation directory for "$HOME/tzdir": 301.5Skleink 311.5Skleink make TOPDIR=$HOME/tzdir install 321.5Skleink $HOME/tzdir/etc/zdump -v America/Los_Angeles 331.4Sjtc 341.6SmlelstvHistorical local time information has been included here to: 351.6Smlelstv 361.6Smlelstv* provide a compendium of data about the history of civil time 371.6Smlelstv that is useful even if the data are not 100% accurate; 381.4Sjtc 391.4Sjtc* give an idea of the variety of local time rules that have 401.4Sjtc existed in the past and thus an idea of the variety that may be 411.4Sjtc expected in the future; 421.4Sjtc 431.4Sjtc* provide a test of the generality of the local time rule description 441.4Sjtc system. 451.4Sjtc 461.4SjtcThe information in the time zone data files is by no means authoritative; 471.6Smlelstvthe files currently do not even attempt to cover all time stamps before 481.6Smlelstv1970, and there are undoubtedly errors even for time stamps since 1970. 491.6SmlelstvIf you know that the rules are different from those in a file, by all means 501.8Schristosfeel free to change a file (and please send the changed version to 511.7Schristostz@iana.org for use in the future). Europeans take note! 521.4Sjtc 531.4SjtcThanks to these Timezone Caballeros who've made major contributions to the 541.4Sjtctime conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz; 551.4SjtcGuy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to 561.4SjtcMichael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales 571.4Sjtcfor testing work, and to Gwillim Law for checking local mean time data. 581.8SchristosThanks in particular to Arthur David Olson, the project's founder and first 591.8Schristosmaintainer, to whom the timezone community owes the greatest debt of all. 601.4SjtcNone of them are responsible for remaining errors. 611.4Sjtc 621.8SchristosLook in <ftp://ftp.iana.org/tz/releases/> for updated versions of these files. 631.4Sjtc 641.7SchristosPlease send comments or information to tz@iana.org. 65