freebsd-src/contrib/tzdata
2024-02-02 10:01:39 +08:00
..
africa contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
antarctica contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
asia contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
australasia contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
backward contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
backzone contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
calendars contrib/tzdata: import tzdata 2022b 2022-08-11 10:48:24 +08:00
checklinks.awk contrib/tzdata: import tzdata 2022f 2022-10-29 10:38:01 +08:00
checknow.awk contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
checktab.awk contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
CONTRIBUTING contrib/tzdata: import tzdata 2023a 2023-03-23 09:33:45 +08:00
etcetera contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
europe contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
factory
leap-seconds.list contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
leapseconds contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
leapseconds.awk contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
LICENSE
Makefile contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
NEWS contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
northamerica contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
README contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
SECURITY contrib/tzdata: import tzdata 2021c 2021-10-02 10:52:02 +08:00
southamerica contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
theory.html contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
version contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
ziguard.awk contrib/tzdata: import tzdata 2022f 2022-10-29 10:38:01 +08:00
zishrink.awk contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00
zone.tab contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
zone1970.tab contrib/tzdata: import tzdata 2023d 2023-12-23 09:51:01 +08:00
zonenow.tab contrib/tzdata: import tzdata 2024a 2024-02-02 10:01:39 +08:00

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 <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 leading comments in the file "Makefile"
and make any changes needed to make things right for your system,
especially when using a platform other than current 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.