No description
  • HTML 41.2%
  • Makefile 34.6%
  • Awk 24.2%
Find a file
Daniel Baumann 7253da2b07
Releasing fastforward version 2026b-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-04-24 10:26:49 +02:00
debian Releasing fastforward version 2026b-1~ffwd13+u1. 2026-04-24 10:26:49 +02:00
africa Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
antarctica Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
asia Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
australasia Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
backward Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
backzone Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
calendars Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
checklinks.awk Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
checknow.awk Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
checktab.awk Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
CONTRIBUTING Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
etcetera Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
europe Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
factory Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
iso3166.tab Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
leap-seconds.list Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
leapseconds Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
leapseconds.awk Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
LICENSE Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
Makefile Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
NEWS Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00
northamerica Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00
README Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
SECURITY Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
southamerica Merging upstream version 2025c. 2025-12-12 11:26:41 +01:00
theory.html Merging upstream version 2026a. 2026-03-03 21:40:39 +01:00
version Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00
ziguard.awk Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
zishrink.awk Adding upstream version 2025b. 2025-12-12 11:26:03 +01:00
zone.tab Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00
zone1970.tab Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00
zonenow.tab Merging upstream version 2026b. 2026-04-24 10:26:36 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 whove 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 projects 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.