Name Date Size #Lines LOC

..18-Aug-2022-

CONTRIBUTINGH A D24-Mar-20233.2 KiB9867

LICENSEH A D08-May-2022252 64

MakefileH A D24-Mar-202347.3 KiB1,249684

NEWSH A D19-Apr-2023216.5 KiB6,0143,926

READMEH A D08-May-20223 KiB6849

SECURITYH A D08-May-2022773 1613

TZDATA_VERSIONH A D19-Apr-202316 21

africaH A D24-Mar-202368 KiB1,6831,525

antarcticaH A D24-Mar-202311.7 KiB325289

asiaH A D19-Apr-2023183 KiB4,1503,844

australasiaH A D24-Mar-202396.9 KiB2,2792,024

backwardH A D24-Mar-20237.4 KiB213192

backzoneH A D24-Mar-202354.3 KiB1,3911,190

calendarsH A D18-Aug-20225.4 KiB174124

checklinks.awkH A D01-Nov-20221.6 KiB7159

checktab.awkH A D24-Mar-20234.4 KiB193172

etceteraH A D01-Nov-20222.9 KiB8070

europeH A D24-Mar-2023173.1 KiB4,0963,779

factoryH A D08-May-2022404 139

iso3166.tabH A D24-Mar-20234.3 KiB275274

leap-seconds.listH A D24-Mar-202310.4 KiB256255

leapsecondsH A D24-Mar-20233.3 KiB8374

leapseconds.awkH A D24-Mar-20238.9 KiB253167

northamericaH A D24-Mar-2023160.1 KiB3,7033,436

southamericaH A D24-Mar-202389.9 KiB2,0311,926

theory.htmlH A D24-Mar-202361.4 KiB1,5021,438

versionH A D19-Apr-20239 21

ziguard.awkH A D01-Nov-202211.5 KiB387290

zishrink.awkH A D18-Aug-20228.8 KiB357278

zone.tabH A D24-Mar-202318.4 KiB449448

zone1970.tabH A D24-Mar-202317.1 KiB375374

zoneinfo2tdf.plH A D08-May-20221.4 KiB5434

README

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