Name Date Size #Lines LOC

..02-Jul-2023-

CONTRIBUTINGH A D08-May-20223.2 KiB9867

LICENSEH A D08-May-2022252 64

MakefileH A D12-Dec-202247.2 KiB1,251686

Makefile.incH A D08-May-2022967 3933

NEWSH A D16-Jan-2023212.4 KiB5,9083,852

READMEH A D08-May-20222.4 KiB5339

SECURITYH A D08-May-2022773 1613

TheoryH A D08-May-202238 KiB871692

asctime.cH A D17-Aug-20223.8 KiB12162

calendarsH A D17-Aug-20225.4 KiB174124

checktab.awkH A D08-May-20225.2 KiB225201

ctime.3H A D12-Dec-202213.7 KiB608607

difftime.cH A D08-May-20221.7 KiB7535

getdate.3H A D08-May-20227.2 KiB233232

getdate.cH A D08-May-20227.5 KiB273138

leapseconds.awkH A D08-May-20222.2 KiB6760

localtime.cH A D16-Jan-202366.5 KiB2,6431,939

offtime.3H A D08-May-20221.5 KiB7776

private.hH A D16-Jan-202323.9 KiB985744

strftime.3H A D25-Oct-20229.7 KiB316315

strftime.cH A D12-Dec-202220.3 KiB813596

strptime.3H A D25-Oct-20228.8 KiB379378

strptime.cH A D08-May-202217.8 KiB782573

theory.htmlH A D12-Dec-202260.6 KiB1,4801,418

time2posix.3H A D12-Dec-20224 KiB155154

tz-art.htmlH A D17-Aug-202227.2 KiB637629

tz-how-to.htmlH A D17-Aug-202224.1 KiB720667

tz-link.htmlH A D17-Aug-202257.5 KiB1,1761,156

tzcode2netbsdH A D08-May-2022772 3318

tzfile.5H A D12-Dec-202218.3 KiB518517

tzselect.8H A D12-Dec-20223.1 KiB129123

tzselect.kshH A D16-Oct-202215.6 KiB590471

tzset.3H A D12-Dec-202210.1 KiB442441

versionH A D12-Dec-20226 21

zdump.8H A D26-Jul-20236.8 KiB224223

zdump.cH A D16-Jan-202333.1 KiB1,2581,045

zic.8H A D26-Jul-202323.3 KiB849848

zic.cH A D18-Jan-2023100.1 KiB3,9623,277

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
23See the file tz-how-to.html for examples of how to read the data files.
24
25This database of historical local time information has several goals:
26
27 * Provide a compendium of data about the history of civil time that
28   is useful even if not 100% accurate.
29
30 * Give an idea of the variety of local time rules that have existed
31   in the past and thus may be expected in the future.
32
33 * Test the generality of the local time rule description system.
34
35The information in the time zone data files is by no means authoritative;
36fixes and enhancements are welcome.  Please see the file CONTRIBUTING
37for details.
38
39Thanks to these Time Zone Caballeros who've made major contributions to the
40time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
41Guy Harris; Mark Horton; John Mackin; and Bradley White.  Thanks also to
42Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
43for testing work, and to Gwillim Law for checking local mean time data.
44Thanks in particular to Arthur David Olson, the project's founder and first
45maintainer, to whom the time zone community owes the greatest debt of all.
46None of them are responsible for remaining errors.
47
48-----
49
50This file is in the public domain, so clarified as of 2009-05-17 by
51Arthur David Olson.  The other files in this distribution are either
52public domain or BSD licensed; see the file LICENSE for details.
53