Нема описа

Paul Eggert 871948edfe New tz-link section on coordination пре 3 година
.gitignore 0b0735c8dd Ignore more non-source files пре 6 година
CONTRIBUTING 12b48faf10 Omit unnecessary hyphens пре 3 година
LICENSE 7097a65277 Clarify LICENSE file пре 8 година
Makefile 6694cfe722 Bring doc up-to-date with draft POSIX пре 3 година
NEWS 871948edfe New tz-link section on coordination пре 3 година
README b0c24fad44 Rename CONTRIBUTING.md back to CONTRIBUTING пре 4 година
SECURITY 474865615f * SECURITY: New file. пре 4 година
africa 12b48faf10 Omit unnecessary hyphens пре 3 година
antarctica 63ab6ed226 Prefer “°” to “degrees” when quoting source saying former пре 3 година
asctime.c 12b48faf10 Omit unnecessary hyphens пре 3 година
asia 12b48faf10 Omit unnecessary hyphens пре 3 година
australasia 5247772a41 Update IDL commentary пре 3 година
backward b2e7a66b74 Fix typo in recent Yellowknife change пре 3 година
backzone 12b48faf10 Omit unnecessary hyphens пре 3 година
calendars ce5b21b84e Omit or paraphrase some quotes пре 3 година
checklinks.awk 3620a330c7 Vanguard form now uses links to links пре 3 година
checktab.awk c505851ff0 Improve ‘make check_tables’ test пре 3 година
date.1 6694cfe722 Bring doc up-to-date with draft POSIX пре 3 година
date.c 3a21b9b190 Prefer fprintf+strerror to perror пре 3 година
difftime.c 6010bddd13 Be consistent about no space between function and ‘(’. пре 4 година
etcetera 02fb5dae53 Move a few links to ‘backward’ пре 3 година
europe d0cbdfa640 Update dead PTB link пре 3 година
factory 92c49ba8eb Use STDOFF, not UTOFF, for standard time пре 6 година
iso3166.tab 0aeb026592 Abbreviate “French Southern Territories” пре 3 година
leap-seconds.list b6ee6dfad9 No leap second on 2023-06-30 пре 3 година
leapseconds.awk 44499c6fcc Support leap-seconds.list tombstone пре 3 година
localtime.c 12b48faf10 Omit unnecessary hyphens пре 3 година
newctime.3 6694cfe722 Bring doc up-to-date with draft POSIX пре 3 година
newstrftime.3 220c21f6b4 Use CR font instead of CW пре 3 година
newtzset.3 6694cfe722 Bring doc up-to-date with draft POSIX пре 3 година
northamerica 12b48faf10 Omit unnecessary hyphens пре 3 година
private.h 12b48faf10 Omit unnecessary hyphens пре 3 година
southamerica 12b48faf10 Omit unnecessary hyphens пре 3 година
strftime.c 91c6dd6276 Use ‘restrict’ more consistently with standards пре 3 година
theory.html 972cb0ee17 * theory.html: fix TOC to match heads. пре 3 година
time2posix.3 220c21f6b4 Use CR font instead of CW пре 3 година
tz-art.html 4307b3a9d3 Update some documentation and commentary пре 3 година
tz-how-to.html 12b48faf10 Omit unnecessary hyphens пре 3 година
tz-link.html 871948edfe New tz-link section on coordination пре 3 година
tzfile.5 699d5efab7 Be more realistic in tzfile example пре 3 година
tzfile.h a4095bda64 Improve #if indenting пре 3 година
tzselect.8 220c21f6b4 Use CR font instead of CW пре 3 година
tzselect.ksh 12b48faf10 Omit unnecessary hyphens пре 3 година
workman.sh d7f86ac32e Port .txt generation to macOS пре 3 година
zdump.8 220c21f6b4 Use CR font instead of CW пре 3 година
zdump.c 12b48faf10 Omit unnecessary hyphens пре 3 година
zic.8 12b48faf10 Omit unnecessary hyphens пре 3 година
zic.c 78542928df Clarify detection of size overflow пре 3 година
ziguard.awk 8599732906 Preserve columns more nicely in vanguard form пре 3 година
zishrink.awk 0f9ac4ff25 Improve zishrink after PACKRATLIST пре 3 година
zone.tab ff606c4c6b Be more specific about Aleutians пре 3 година
zone1970.tab ff606c4c6b Be more specific about Aleutians пре 3 година

README

README for the tz distribution

"Where do I set the hands of the clock?" -- Les Tremayne as The King
"Oh that--you can set them any place you want." -- Frank Baxter as The Scientist
(from the Bell System film "About Time")

The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
data that represent the history of local time for many representative
locations around the globe. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC offsets,
and daylight-saving rules.

See or the
file tz-link.html for how to acquire the code and data. Once acquired,
read the comments in the file 'Makefile' and make any changes needed
to make things right for your system, especially if you are using some
platform other than GNU/Linux. Then run the following commands,
substituting your desired installation directory for "$HOME/tzdir":

make TOPDIR=$HOME/tzdir install
$HOME/tzdir/usr/bin/zdump -v America/Los_Angeles

See the file tz-how-to.html for examples of how to read the data files.

This database of historical local time information has several goals:

* Provide a compendium of data about the history of civil time that
is useful even if not 100% accurate.

* Give an idea of the variety of local time rules that have existed
in the past and thus may be expected in the future.

* Test the generality of the local time rule description system.

The information in the time zone data files is by no means authoritative;
fixes and enhancements are welcome. Please see the file CONTRIBUTING
for details.

Thanks to these Time Zone Caballeros who've made major contributions to the
time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to
Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
for testing work, and to Gwillim Law for checking local mean time data.
Thanks in particular to Arthur David Olson, the project's founder and first
maintainer, to whom the time zone community owes the greatest debt of all.
None of them are responsible for remaining errors.

-----

This file is in the public domain, so clarified as of 2009-05-17 by
Arthur David Olson. The other files in this distribution are either
public domain or BSD licensed; see the file LICENSE for details.