• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D10-Jun-2020242 2726

CONTRIBUTINGH A D10-Jun-20203 KiB9364

LICENSEH A D10-Jun-2020252 64

MakefileH A D10-Jun-202043 KiB1,136608

NEWSH A D10-Jun-2020176 KiB5,0203,194

READMEH A D10-Jun-20202.3 KiB5138

africaH A D10-Jun-202059.8 KiB1,4681,329

antarcticaH A D10-Jun-202012.7 KiB344311

asctime.cH A D10-Jun-20204 KiB12358

asiaH A D10-Jun-2020163.9 KiB3,7643,471

australasiaH A D10-Jun-202089.3 KiB2,1151,870

backwardH A D10-Jun-20204.5 KiB133129

backzoneH A D10-Jun-202023.7 KiB745644

calendarsH A D10-Jun-20205.4 KiB174124

checklinks.awkH A D10-Jun-20201,008 4937

checktab.awkH A D10-Jun-20204.4 KiB194173

date.1H A D10-Jun-20204.5 KiB166163

date.cH A D10-Jun-20205.4 KiB238186

difftime.cH A D10-Jun-20201.4 KiB6126

etceteraH A D10-Jun-20202.7 KiB8069

europeH A D10-Jun-2020172.2 KiB4,0903,772

factoryH A D10-Jun-2020404 139

iso3166.tabH A D10-Jun-20204.4 KiB275274

leap-seconds.listH A D10-Jun-202010.4 KiB256255

leapseconds.awkH A D10-Jun-20208.4 KiB235149

localtime.cH A D10-Jun-202058.3 KiB2,3821,746

newctime.3H A D10-Jun-20207.8 KiB318315

newstrftime.3H A D10-Jun-20206.8 KiB242204

newtzset.3H A D10-Jun-20208.3 KiB345342

northamericaH A D10-Jun-2020156.3 KiB3,6033,342

pacificnewH A D10-Jun-20201.2 KiB3023

private.hH A D10-Jun-202019 KiB782567

southamericaH A D10-Jun-202086.2 KiB1,9661,863

strftime.cH A D10-Jun-202015.7 KiB635438

systemvH A D10-Jun-20201.6 KiB4035

time2posix.3H A D10-Jun-20203.3 KiB130125

tzfile.5H A D10-Jun-202014.6 KiB423420

tzfile.hH A D10-Jun-20203.9 KiB12436

tzselect.8H A D10-Jun-20202.8 KiB114111

tzselect.kshH A D10-Jun-202014.9 KiB559445

workman.shH A D10-Jun-2020618 3425

yearistype.shH A D10-Jun-2020753 4034

zdump.8H A D10-Jun-20206.6 KiB229226

zdump.cH A D10-Jun-202027.9 KiB1,121946

zic.8H A D10-Jun-202020.6 KiB784781

zic.cH A D10-Jun-202086.7 KiB3,4892,939

ziguard.awkH A D10-Jun-20203.6 KiB12584

zishrink.awkH A D10-Jun-20208.2 KiB323245

zone.tabH A D10-Jun-202018.9 KiB453452

zone1970.tabH A D10-Jun-202017.5 KiB385384

zoneinfo2tdf.plH A D10-Jun-20201.4 KiB5434

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.  Once acquired,
15read the comments in the file 'Makefile' and make any changes needed
16to make things right for your system, especially if you are using some
17platform other than GNU/Linux.  Then run the following commands,
18substituting your desired installation directory for "$HOME/tzdir":
19
20	make TOPDIR=$HOME/tzdir install
21	$HOME/tzdir/usr/bin/zdump -v America/Los_Angeles
22
23This database of historical local time information has several goals:
24
25 * Provide a compendium of data about the history of civil time that
26   is useful even if not 100% accurate.
27
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.
30
31 * Test the generality of the local time rule description system.
32
33The information in the time zone data files is by no means authoritative;
34fixes and enhancements are welcome.  Please see the file CONTRIBUTING
35for details.
36
37Thanks to these Time Zone Caballeros who've made major contributions to the
38time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
39Guy Harris; Mark Horton; John Mackin; and Bradley White.  Thanks also to
40Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
41for testing work, and to Gwillim Law for checking local mean time data.
42Thanks in particular to Arthur David Olson, the project's founder and first
43maintainer, to whom the time zone community owes the greatest debt of all.
44None of them are responsible for remaining errors.
45
46-----
47
48This file is in the public domain, so clarified as of 2009-05-17 by
49Arthur David Olson.  The other files in this distribution are either
50public domain or BSD licensed; see the file LICENSE for details.
51