2012-07-18 19:21:38 -07:00
|
|
|
README for the tz distribution
|
|
|
|
|
|
Switch back to ASCII for symbols.
Garrett Wollman reported privately that XEmacs 21.4.22, the current
stable version, doesn't work with the UTF-8 recently introduced
into our commentary. For example, the UTF-8 character '−'
(MINUS SIGN), which is stored as the three bytes "\342\210\222",
displays as 'â\210\222'. For proper names this is annoying but
tolerable, as there's little loss in utility from (say) 'Racoviță'
to its display form 'RacoviÈ\233Ä\203'. But for symbols this is a
real pain that can make it hard to understand the documentation, e.g.,
'Release 2014e – 2014-06-12 21:53:52 −0700' displays as
'Release 2014e â\200\223 2014-06-12 21:53:52 â\210\2220700'.
To work around this problem, make the following substitutions in
commentary to mostly revert these symbols to their pre-UTF-8 versions:
'§' -> 'section', '°' -> 'degrees', '±' -> '+-', '–' -> '-' (en
dash), '—' -> '--' (em dash), '′' -> "'", '″' -> '"', '→' -> '->',
'−' -> '-' (minus sign), '≤' -> '<='. Leave proper names and
foreign words in UTF-8.
2014-06-19 17:51:16 -07:00
|
|
|
"What time is it?" -- Richard Deacon as The King
|
|
|
|
|
"Any time you want it to be." -- Frank Baxter as The Scientist
|
1997-09-04 16:55:53 -04:00
|
|
|
(from the Bell System film "About Time")
|
1989-03-22 19:34:49 -05:00
|
|
|
|
2013-09-25 13:16:49 -07:00
|
|
|
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. It is updated periodically to reflect
|
|
|
|
|
changes made by political bodies to time zone boundaries, UTC offsets,
|
|
|
|
|
and daylight-saving rules.
|
1989-02-20 21:56:14 -05:00
|
|
|
|
2013-09-25 13:16:49 -07:00
|
|
|
Unless otherwise specified, all files in the tz code and data are in
|
|
|
|
|
the public domain, so clarified as of 2009-05-17 by Arthur David Olson.
|
2013-09-26 06:54:26 -07:00
|
|
|
The few exceptions are code derived from BSD, which uses the BSD license.
|
1989-03-04 14:43:09 -05:00
|
|
|
|
2001-06-05 13:48:06 -04:00
|
|
|
Here is a recipe for acquiring, building, installing, and testing the
|
|
|
|
|
tz distribution on a GNU/Linux or similar host.
|
|
|
|
|
|
|
|
|
|
mkdir tz
|
|
|
|
|
cd tz
|
2012-07-18 19:21:38 -07:00
|
|
|
wget --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz'
|
|
|
|
|
gzip -dc tzcode-latest.tar.gz | tar -xf -
|
|
|
|
|
gzip -dc tzdata-latest.tar.gz | tar -xf -
|
2001-06-05 13:48:06 -04:00
|
|
|
|
|
|
|
|
Be sure to read the comments in "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/etc/zdump -v America/Los_Angeles
|
1986-11-27 12:54:46 -05:00
|
|
|
|
2005-01-17 18:34:50 -05:00
|
|
|
Historical local time information has been included here to:
|
|
|
|
|
|
|
|
|
|
* provide a compendium of data about the history of civil time
|
2014-08-12 22:20:23 -07:00
|
|
|
that is useful even if not 100% accurate;
|
1986-09-08 16:19:53 -04:00
|
|
|
|
1986-11-21 12:41:04 -05:00
|
|
|
* give an idea of the variety of local time rules that have
|
1986-09-08 16:19:53 -04:00
|
|
|
existed in the past and thus an idea of the variety that may be
|
|
|
|
|
expected in the future;
|
|
|
|
|
|
|
|
|
|
* provide a test of the generality of the local time rule description
|
|
|
|
|
system.
|
1987-02-19 09:02:51 -05:00
|
|
|
|
|
|
|
|
The information in the time zone data files is by no means authoritative;
|
2014-08-11 15:51:27 -07:00
|
|
|
fixes and enhancements are welcome. Please see the file CONTRIBUTING
|
|
|
|
|
for details.
|
1989-02-17 20:21:04 -05:00
|
|
|
|
2014-08-09 14:11:44 -07:00
|
|
|
Thanks to these Time Zone Caballeros who've made major contributions to the
|
|
|
|
|
time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
|
1994-04-09 16:55:14 -04:00
|
|
|
Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to
|
|
|
|
|
Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
|
1994-08-27 18:56:16 -04:00
|
|
|
for testing work, and to Gwillim Law for checking local mean time data.
|
2013-09-25 13:16:49 -07:00
|
|
|
Thanks in particular to Arthur David Olson, the project's founder and first
|
2014-08-09 14:11:44 -07:00
|
|
|
maintainer, to whom the time zone community owes the greatest debt of all.
|
1994-08-27 18:56:16 -04:00
|
|
|
None of them are responsible for remaining errors.
|
1993-05-29 22:03:04 -04:00
|
|
|
|
2013-09-25 13:16:49 -07:00
|
|
|
Look in <ftp://ftp.iana.org/tz/releases/> for updated versions of these files.
|
1993-05-29 22:03:04 -04:00
|
|
|
|
2012-03-03 13:17:33 -05:00
|
|
|
Please send comments or information to tz@iana.org.
|