factor/extra/zoneinfo
Doug Coleman fed9249a90 zoneinfo: update to 2018i 2019-03-22 18:29:13 -05:00
..
README zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
africa zoneinfo: update to 2018i 2019-03-22 18:29:13 -05:00
antarctica zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
asia zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
australasia zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
authors.txt Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
backward zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
backzone zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
calendars zoneinfo: update to 2018i 2019-03-22 18:29:13 -05:00
etcetera zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
europe zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
factory zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
iso3166.tab zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
leap-seconds.list zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
leapseconds zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
northamerica zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
pacificnew zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
southamerica zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
systemv zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
to2050.tzs zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
version zoneinfo: update to 2018i 2019-03-22 18:29:13 -05:00
zone.tab zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
zone1970.tab zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00
zoneinfo-tests.factor zoneinfo: Remove dumb unit test 2018-12-30 14:45:31 -06:00
zoneinfo.factor zoneinfo: Add updated files. 2018-12-30 14:26:17 -06:00

README

README for the tz distribution

"What time is it?" -- Richard Deacon as The King
"Any time you want it to be." -- 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 <https://www.iana.org/time-zones/repository/tz-link.html> 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

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.