• Home
Name Date Size #Lines LOC

..--

data/22-Oct-2025-997989

openEuler/tzdata/22-Oct-2025-

tool/22-Oct-2025-191107

CONTRIBUTINGD22-Oct-20253.4 KiB10270

LICENSED22-Oct-2025252 64

MakefileD22-Oct-202553.1 KiB1,410811

NEWSD22-Oct-2025233.8 KiB6,4324,235

OAT.xmlD22-Oct-202510.6 KiB134110

READMED22-Oct-20252.4 KiB5640

README.OpenSourceD22-Oct-2025377 1110

SECURITYD22-Oct-2025773 1613

africaD22-Oct-202562.1 KiB1,4601,345

antarcticaD22-Oct-202513.8 KiB365329

asctime.cD22-Oct-20254.5 KiB159103

asiaD22-Oct-2025188.3 KiB4,2393,940

australasiaD22-Oct-202595.8 KiB2,2271,981

backwardD22-Oct-202511.8 KiB332311

backzoneD22-Oct-202569.7 KiB1,8541,651

bundle.jsonD22-Oct-20251 KiB3333

calendarsD22-Oct-20255.4 KiB174124

checklinks.awkD22-Oct-20251.6 KiB7159

checknow.awkD22-Oct-20251.1 KiB5547

checktab.awkD22-Oct-20255.3 KiB229204

date.1D22-Oct-20251.8 KiB8582

date.1.txtD22-Oct-20255.7 KiB10893

date.cD22-Oct-20255.4 KiB218173

difftime.cD22-Oct-20251.4 KiB6126

etceteraD22-Oct-20253 KiB8473

europeD22-Oct-2025178.1 KiB4,1023,809

factoryD22-Oct-2025989 2318

iso3166.tabD22-Oct-20254.7 KiB280279

leap-seconds.listD22-Oct-20255 KiB121120

leapsecondsD22-Oct-20253.2 KiB8071

leapseconds.awkD22-Oct-20259.2 KiB257171

localtime.cD22-Oct-202565.1 KiB2,5631,863

newctime.3D22-Oct-20258.5 KiB361358

newctime.3.txtD22-Oct-20258.4 KiB177139

newstrftime.3D22-Oct-202510.5 KiB445407

newstrftime.3.txtD22-Oct-20259 KiB203145

newtzset.3D22-Oct-202510.2 KiB430427

newtzset.3.txtD22-Oct-202510.7 KiB214168

northamericaD22-Oct-2025162.7 KiB3,7033,454

private.hD22-Oct-202528.9 KiB1,104795

southamericaD22-Oct-202593.1 KiB2,0951,991

strftime.cD22-Oct-202518.9 KiB712490

theory.htmlD22-Oct-202565.3 KiB1,5951,526

time2posix.3D22-Oct-20253.4 KiB132127

time2posix.3.txtD22-Oct-20253.5 KiB7759

to2050.tzsD22-Oct-2025608.1 KiB27,94727,594

tz-art.htmlD22-Oct-202523.6 KiB606605

tz-how-to.htmlD22-Oct-202524.1 KiB720667

tz-link.htmlD22-Oct-202561.8 KiB1,2511,230

tzdata.ziD22-Oct-2025106.8 KiB4,2954,294

tzfile.5D22-Oct-202519.1 KiB521518

tzfile.5.txtD22-Oct-202521.6 KiB381315

tzfile.hD22-Oct-20254.1 KiB12230

tzselect.8D22-Oct-20253 KiB124121

tzselect.8.txtD22-Oct-20253.2 KiB7860

tzselect.kshD22-Oct-202521.3 KiB801674

versionD22-Oct-20256 21

workman.shD22-Oct-2025839 4131

zdump.8D22-Oct-20256.7 KiB237234

zdump.8.txtD22-Oct-20257.2 KiB145120

zdump.cD22-Oct-202533.3 KiB1,2581,045

zic.8D22-Oct-202524.2 KiB908905

zic.8.txtD22-Oct-202526.7 KiB515413

zic.cD22-Oct-2025102.1 KiB3,9983,301

ziguard.awkD22-Oct-202511.3 KiB383290

zishrink.awkD22-Oct-202510.1 KiB389303

zone.tabD22-Oct-202518.4 KiB449448

zone1970.tabD22-Oct-202517.2 KiB376375

zonenow.tabD22-Oct-20257.9 KiB297296

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

README.OpenSource

1[
2  {
3    "Name": "tzdata",
4    "License": "BSD 3-Clause License",
5    "License File": "LICENSE",
6    "Version Number": "2025b",
7    "Upstream URL": "https://github.com/eggert/tz",
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