Index of /archives/NetBSD/NetBSD-release-9/src/lib/libc/time
Name Last modified Size Description
Parent Directory -
leapseconds.awk 2013-12-27 03:34 2.3K
checktab.awk 2014-08-15 20:04 5.2K
tzcode2netbsd 2015-07-12 01:09 772
Theory 2017-03-12 03:23 38K
LICENSE 2017-10-25 02:38 252
calendars 2017-10-25 02:38 5.4K
offtime.3 2017-10-26 04:01 1.5K
time2posix.3 2017-10-29 15:07 4.0K
getdate.c 2018-01-05 05:57 7.5K
getdate.3 2018-02-11 22:28 7.2K
CONTRIBUTING 2018-10-20 08:05 2.9K
tzselect.8 2018-10-20 08:05 2.9K
tzselect.ksh 2018-10-20 08:05 15K
zdump.8 2018-10-28 07:29 6.7K
zdump.c 2019-01-27 11:08 28K
asctime.c 2019-01-27 11:40 4.3K
strptime.3 2019-02-24 20:51 8.8K
README 2019-04-05 03:18 2.3K
difftime.c 2019-04-05 04:25 1.8K
Makefile.inc 2019-04-05 04:42 967
private.h 2019-04-05 07:03 19K
strftime.3 2019-04-06 06:27 9.3K
strftime.c 2019-04-08 07:31 20K
Makefile 2019-07-04 00:50 42K
NEWS 2019-07-04 00:50 170K
localtime.c 2019-07-04 00:50 60K
theory.html 2019-07-04 00:50 56K
tz-art.html 2019-07-04 00:50 26K
tz-how-to.html 2019-07-04 00:50 23K
tz-link.html 2019-07-04 00:50 50K
tzfile.5 2019-07-04 00:50 15K
tzset.3 2019-07-04 00:50 10K
version 2019-07-04 00:50 6
zic.8 2019-07-04 00:50 19K
zic.c 2019-07-04 00:50 85K
ctime.3 2019-09-05 17:19 13K
strptime.c 2024-08-26 12:03 18K
CVS/ 2024-08-26 12:03 -
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 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.