Sin descripción

Paul Eggert 4d9c19d359 Improve ‘backward’ comment hace 4 años
.gitignore 0b0735c8dd Ignore more non-source files hace 7 años
CONTRIBUTING 80af1c6b21 * CONTRIBUTING, NEWS: Mention SECURITY. hace 5 años
LICENSE 7097a65277 Clarify LICENSE file hace 9 años
Makefile 70676ba074 Revert May patch to zone.tab hace 4 años
NEWS 29583c461a Samoa no longer observes DST hace 4 años
README 243321439b * README: Add a pointer to tz-how-to.html. hace 5 años
SECURITY 474865615f * SECURITY: New file. hace 5 años
africa e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
antarctica e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
asctime.c 7b01a16d75 Update and/or clean up POSIX version info hace 8 años
asia e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
australasia 29583c461a Samoa no longer observes DST hace 4 años
backward 4d9c19d359 Improve ‘backward’ comment hace 4 años
backzone 856a3dbf75 Replace Pacific/Enderbury with Pacific/Kanton hace 5 años
calendars 4b7fad3a95 Convert Theory file to HTML hace 8 años
checklinks.awk ebaf3a0f8f Shrink tzdata.zi somewhat hace 9 años
checktab.awk 70676ba074 Revert May patch to zone.tab hace 4 años
date.1 402965e639 Use bold for command and func names in man pages hace 6 años
date.c d9b364304b Port to platforms where malloc does not set errno hace 4 años
difftime.c 6010bddd13 Be consistent about no space between function and ‘(’. hace 5 años
etcetera e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
europe e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
factory 92c49ba8eb Use STDOFF, not UTOFF, for standard time hace 6 años
iso3166.tab e8dd9a81f7 Sort “Bahamas” and “Gambia” better hace 5 años
leap-seconds.list 7f74206b39 No leap second on 2021-12-31 hace 4 años
leapseconds.awk b106a6e844 leapseconds now says why NIST, not IERS hace 5 años
localtime.c 83b9580901 Fix ambiguous leapsecs by rolling up to a minute hace 4 años
newctime.3 402965e639 Use bold for command and func names in man pages hace 6 años
newstrftime.3 8b238ec54c strftime: conform better to POSIX+ hace 5 años
newtzset.3 402965e639 Use bold for command and func names in man pages hace 6 años
northamerica a56b8796f7 * northamerica: Comment on Attu+Kiska 1942/3. hace 5 años
private.h f5a55467cf Change is_digit from macro to function hace 4 años
southamerica e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
strftime.c 1103a98964 Omit some casts hace 4 años
theory.html e216b1c7d2 Don’t merge Etc/* with location-based names hace 5 años
time2posix.3 402965e639 Use bold for command and func names in man pages hace 6 años
tz-art.html 48da91fc9c Consistently mark DST with <abbr>. hace 5 años
tz-how-to.html c5f6ef8518 Convert tz-how-to.html to HTML 5 hace 5 años
tz-link.html 9296ea527d Mention time-tzdb and Timezone Database Explorer hace 4 años
tzfile.5 74ae3bc0b1 tzfile.5: s/only/& if/ (thanks to Andreas Schwab) hace 4 años
tzfile.h 96912bb31a Fix tzfile.h comment hace 4 años
tzselect.8 402965e639 Use bold for command and func names in man pages hace 6 años
tzselect.ksh 028241ce20 Give title lines to many files lacking them hace 7 años
workman.sh 028241ce20 Give title lines to many files lacking them hace 7 años
zdump.8 ac07b446a3 Improve zdump -v tm_year extrema display hace 5 años
zdump.c 1103a98964 Omit some casts hace 4 años
zic.8 2ae4e0a483 Improve leap second table truncation doc hace 4 años
zic.c df12babf4e Don't mistruncate TZif files at leap seconds hace 4 años
ziguard.awk 2e6a2c83b0 Omit duplicate Link lines in ziguard output hace 5 años
zishrink.awk b3cf2ee42f Remove obsolete file systemv hace 5 años
zone.tab 0291a2da15 , → . hace 4 años
zone1970.tab 856a3dbf75 Replace Pacific/Enderbury with Pacific/Kanton hace 5 años
zoneinfo2tdf.pl 284e877d75 Drop support for zic -y, Rule TYPEs, pacificnew hace 5 años

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.