README 2.4 KB

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