Name Date Size #Lines LOC

..--

CONTRIBUTINGH A D08-Sep-20243.4 KiB9867

LICENSEH A D11-Jan-2023252 64

MakefileH A D28-Aug-202551.9 KiB1,384803

NEWSH A D28-Aug-2025233.3 KiB6,4144,224

READMEH A D14-Feb-20242.4 KiB5640

SECURITYH A D11-Jan-2023773 1613

asctime.cH A D28-Aug-20254.5 KiB161105

calendarsH A D11-Jan-20235.4 KiB174124

date.1H A D28-Aug-20251.8 KiB8582

date.cH A D27-Apr-20235.4 KiB218173

difftime.cH A D11-Jan-20231.4 KiB6328

localtime.cH A DToday71.6 KiB2,8352,108

newctime.3H A D28-Aug-20258.5 KiB361358

newstrftime.3H A D28-Aug-202510.5 KiB445407

newtzset.3H A D28-Aug-202510.2 KiB430427

private.hH A D28-Aug-202529 KiB1,109800

strftime.cH A D28-Aug-202518.9 KiB712490

theory.htmlH A D28-Aug-202565.2 KiB1,5931,524

time2posix.3H A D27-Apr-20233.4 KiB147146

tz-art.htmlH A D08-Sep-202423.6 KiB601600

tz-how-to.htmlH A D27-Apr-202324.1 KiB720667

tz-link.htmlH A D28-Aug-202561.8 KiB1,2511,230

tzconfig.hH A D13-Mar-2024384 2015

tzdir.hH A D14-Feb-2024159 76

tzfile.5H A D28-Aug-202518.7 KiB506505

tzfile.hH A D28-Aug-20254.1 KiB12430

tzselect.8H A D28-Aug-20253 KiB124121

tzselect.kshH A D08-Sep-202421.3 KiB816683

versionH A D28-Aug-20256 21

version.hH A D11-Jan-2023133 43

workman.shH A D08-Sep-2024839 4232

zdump.8H A D28-Aug-20256.5 KiB237236

zdump.cH A D28-Aug-202533.3 KiB1,2601,047

zic.8H A D28-Aug-202523.4 KiB872868

zic.cH A D28-Aug-2025104.5 KiB4,1173,397

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