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