Name Date Size #Lines LOC

..--

CONTRIBUTINGHD21-Jan-20253.4 KiB10270

LICENSEHD23-Dec-2020252 64

MakefileHD21-Jan-202551.9 KiB1,384803

NEWSHD05-May-2025233.3 KiB6,4144,224

READMEHD23-Dec-20232.4 KiB5640

SECURITYHD18-Dec-2021773 1613

africaHD21-Jan-202562.1 KiB1,4601,345

antarcticaHD21-Jan-202513.8 KiB365329

asiaHD05-May-2025188.3 KiB4,2393,940

australasiaHD21-Jan-202596.1 KiB2,2361,989

backwardHD21-Jan-202511.8 KiB332311

backzoneHD21-Jan-202569.7 KiB1,8541,651

calendarsHD11-Aug-20225.4 KiB174124

checklinks.awkHD29-Oct-20221.6 KiB7159

checknow.awkHD21-Jan-20251.1 KiB5547

checktab.awkHD21-Jan-20255.3 KiB229204

etceteraHD21-Jan-20253 KiB8473

europeHD21-Jan-2025178.1 KiB4,1023,809

factoryHD21-Jan-20251 KiB2318

leap-seconds.listHD21-Jan-20255 KiB121120

leapsecondsHD21-Jan-20253.2 KiB8071

leapseconds.awkHD02-Feb-20248.7 KiB250164

northamericaHD05-May-2025162.7 KiB3,7033,454

southamericaHD05-May-202593.1 KiB2,0951,991

theory.htmlHD21-Jan-202565.2 KiB1,5931,524

versionHD05-May-20256 21

ziguard.awkHD21-Jan-202511.3 KiB383290

zishrink.awkHD02-Feb-202410.1 KiB389303

zone.tabHD05-May-202518.4 KiB449448

zone1970.tabHD05-May-202517.2 KiB377376

zonenow.tabHD05-May-20257.9 KiB297296

README

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