• Home
Name Date Size #Lines LOC

..--

openEuler/tzdata/12-May-2024-

CONTRIBUTINGD12-May-20243.2 KiB9867

LICENSED12-May-2024252 64

MakefileD12-May-202451.8 KiB1,362786

NEWSD12-May-2024223.7 KiB6,1914,055

OAT.xmlD12-May-20249.6 KiB125101

READMED12-May-20242.4 KiB5640

README.OpenSourceD12-May-2024472 1110

africaD12-May-202461.4 KiB1,4491,334

antarcticaD12-May-202413.7 KiB363327

asctime.cD12-May-20244.1 KiB13267

asiaD12-May-2024184 KiB4,1503,851

australasiaD12-May-202495.8 KiB2,2271,981

backwardD12-May-202411.4 KiB319298

backzoneD12-May-202469.1 KiB1,8351,635

bundle.jsonD12-May-2024996 3131

calendarsD12-May-20245.4 KiB174124

checklinks.awkD12-May-20241.6 KiB7159

checknow.awkD12-May-20241.1 KiB5547

checktab.awkD12-May-20244.5 KiB194173

date.1D12-May-20244.6 KiB169166

date.1.txtD12-May-20245.7 KiB10994

date.cD12-May-20245.4 KiB218173

difftime.cD12-May-20241.4 KiB6126

etceteraD12-May-20242.9 KiB8070

europeD12-May-2024167.7 KiB3,9153,623

factoryD12-May-2024404 139

iso3166.tabD12-May-20244.7 KiB280279

leap-seconds.listD12-May-20244.9 KiB121120

leapsecondsD12-May-20243.2 KiB8071

leapseconds.awkD12-May-20248.7 KiB250164

localtime.cD12-May-202463.1 KiB2,4931,814

newctime.3D12-May-20248.3 KiB359356

newctime.3.txtD12-May-20248.5 KiB178140

newstrftime.3D12-May-20247.6 KiB291253

newstrftime.3.txtD12-May-20246.5 KiB170113

newtzset.3D12-May-20248.4 KiB352349

newtzset.3.txtD12-May-202410.4 KiB201160

northamericaD12-May-2024158 KiB3,6283,378

private.hD12-May-202425.4 KiB1,007751

southamericaD12-May-202489.7 KiB2,0201,917

strftime.cD12-May-202416.4 KiB660459

theory.htmlD12-May-202461.8 KiB1,5071,443

time2posix.3D12-May-20243.4 KiB134129

time2posix.3.txtD12-May-20243.5 KiB7759

tz-art.htmlD12-May-202428 KiB650642

tz-how-to.htmlD12-May-202424.1 KiB720667

tz-link.htmlD12-May-202459.5 KiB1,2171,196

tzfile.5D12-May-202418.3 KiB497494

tzfile.5.txtD12-May-202420.1 KiB370304

tzfile.hD12-May-20244.2 KiB12836

tzselect.8D12-May-20243 KiB126123

tzselect.8.txtD12-May-20243.1 KiB7860

tzselect.kshD12-May-202418.2 KiB694576

versionD12-May-202419 21

workman.shD12-May-2024854 4232

zdump.8D12-May-20246.6 KiB232229

zdump.8.txtD12-May-20247 KiB145120

zdump.cD12-May-202433.4 KiB1,2681,053

zic.8D12-May-202424.1 KiB904901

zic.8.txtD12-May-202426.1 KiB518416

zic.cD12-May-202499.7 KiB3,9323,247

ziguard.awkD12-May-202411.5 KiB387290

zishrink.awkD12-May-202410.1 KiB389303

zone.tabD12-May-202418.4 KiB449448

zone1970.tabD12-May-202417.2 KiB376375

zonenow.tabD12-May-20248.1 KiB304303

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": "openEuler:tzdata",
4    "License": "BSD 3-Clause License",
5    "License File": "LICENSE",
6    "Version Number": "2022a-11.oe2203sp1",
7    "Upstream URL": "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/tzdata-2022a-11.oe2203sp1.src.rpm",
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