• Home
Name Date Size #Lines LOC

..--

CONTRIBUTINGD12-May-20243 KiB9364

LICENSED12-May-2024252 64

MakefileD12-May-202443 KiB1,131607

NEWSD12-May-2024182.3 KiB5,1913,312

OAT.xmlD12-May-20249.4 KiB12298

READMED12-May-20242.4 KiB5339

README.OpenSourceD12-May-2024488 1110

africaD12-May-202468.5 KiB1,6521,503

antarcticaD12-May-202413.4 KiB359325

asctime.cD12-May-20244 KiB12358

asiaD12-May-2024173 KiB3,9393,640

australasiaD12-May-202492.2 KiB2,1891,938

backwardD12-May-20244.6 KiB134130

backzoneD12-May-202425.6 KiB778676

calendarsD12-May-20245.4 KiB174124

checklinks.awkD12-May-20241,008 4937

checktab.awkD12-May-20244.4 KiB194173

date.1D12-May-20244.6 KiB168165

date.1.txtD12-May-20245.6 KiB10893

date.cD12-May-20245.3 KiB230178

difftime.cD12-May-20241.4 KiB6126

etceteraD12-May-20242.6 KiB7968

europeD12-May-2024178.2 KiB4,1973,874

factoryD12-May-2024404 139

iso3166.tabD12-May-20244.4 KiB275274

leap-seconds.listD12-May-202410.4 KiB256255

leapsecondsD12-May-20243.3 KiB8374

leapseconds.awkD12-May-20248.7 KiB241155

localtime.cD12-May-202458.1 KiB2,3661,732

newctime.3D12-May-20248 KiB344341

newctime.3.txtD12-May-20248.2 KiB173136

newstrftime.3D12-May-20247.6 KiB291253

newstrftime.3.txtD12-May-20246.5 KiB170113

newtzset.3D12-May-20248.4 KiB351348

newtzset.3.txtD12-May-202410.3 KiB200159

northamericaD12-May-2024165.4 KiB3,7913,523

private.hD12-May-202418.8 KiB777562

southamericaD12-May-202486.2 KiB1,9661,863

strftime.cD12-May-202416.2 KiB657458

theory.htmlD12-May-202459.4 KiB1,4581,396

time2posix.3D12-May-20243.4 KiB134129

time2posix.3.txtD12-May-20243.5 KiB7759

tz-art.htmlD12-May-202427.1 KiB635627

tz-how-to.htmlD12-May-202423.7 KiB711659

tz-link.htmlD12-May-202456.3 KiB1,1591,139

tzfile.5D12-May-202414.6 KiB423420

tzfile.5.txtD12-May-202416 KiB305245

tzfile.hD12-May-20243.9 KiB12436

tzselect.8D12-May-20242.8 KiB114111

tzselect.8.txtD12-May-20243.1 KiB7860

tzselect.kshD12-May-202414.9 KiB559445

versionD12-May-20246 21

workman.shD12-May-2024618 3425

zdump.8D12-May-20246.6 KiB229226

zdump.8.txtD12-May-20247.1 KiB145120

zdump.cD12-May-202427.9 KiB1,121946

zic.8D12-May-202422 KiB835832

zic.8.txtD12-May-202424 KiB480383

zic.cD12-May-202485.7 KiB3,4342,886

ziguard.awkD12-May-20244.1 KiB13385

zishrink.awkD12-May-20248.2 KiB319243

zone.tabD12-May-202418.9 KiB452451

zone1970.tabD12-May-202417.4 KiB384383

zoneinfo2tdf.plD12-May-20241.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
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

README.OpenSource

1[
2  {
3    "Name": "IANA Time Zone Database",
4    "License": "BSD 3-Clause License",
5    "License File": "LICENSE",
6    "Version Number": "2021a",
7    "Upstream URL": "https://data.iana.org/time-zones/releases/tzcode2021a.tar.gz, https://data.iana.org/time-zones/releases/tzdata2021a.tar.gz",
8    "Description": "The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe."
9  }
10]
11