NetBSD/lib/libc/time
christos 6ced7fd882 welcome to 2014j 2014-11-18 01:58:59 +00:00
..
Makefile welcome to 2014j 2014-11-18 01:58:59 +00:00
Makefile.inc Fix typo. 2014-10-08 05:44:03 +00:00
NEWS welcome to 2014j 2014-11-18 01:58:59 +00:00
README Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
Theory Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
asctime.c merge 2014i 2014-10-23 18:45:58 +00:00
checktab.awk merge tzcode2014f via patch 2014-08-15 11:04:07 +00:00
ctime.3 Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
difftime.c Welcome to tzcode 2013e: 2013-09-20 19:06:54 +00:00
getdate.3 And two more pastos in examples: December and January are in standard EST, 2012-12-14 23:26:17 +00:00
getdate.c make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
ialloc.c
leapseconds.awk update from tzcode 2013e to tzcode2013i 2013-12-26 18:34:28 +00:00
localtime.c localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump. 2014-11-11 18:46:54 +00:00
offtime.3
private.h merge 2014i 2014-10-23 18:45:58 +00:00
scheck.c Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
strftime.3 Welcome to tzcode 2013e: 2013-09-20 19:06:54 +00:00
strftime.c Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
strptime.3
strptime.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
time2posix.3 Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
tz-art.htm merge 2014i 2014-10-23 18:45:58 +00:00
tz-link.htm welcome to 2014j 2014-11-18 01:58:59 +00:00
tzcode2netbsd
tzfile.5 Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
tzfile.h Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
tzselect.8 merge tzcode2014f via patch 2014-08-15 11:04:07 +00:00
tzselect.ksh Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
tzset.3 merge 2014i 2014-10-23 18:45:58 +00:00
version.h Welcome to tzcode 2013e: 2013-09-20 19:06:54 +00:00
zdump.8 merge 2014i 2014-10-23 18:45:58 +00:00
zdump.c remove stray endif 2014-10-23 21:19:53 +00:00
zic.8 Sync with tzcode2014h 2014-10-07 21:51:03 +00:00
zic.c remove version stuff 2014-10-07 22:14:46 +00: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 (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.

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.
The few exceptions are code derived from BSD, which uses the BSD license.

Here is a recipe for acquiring, building, installing, and testing the
tz distribution on a GNU/Linux or similar host.

	mkdir tz
	cd tz
	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 -

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

Historical local time information has been included here to:

*	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 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.

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.

Look in <ftp://ftp.iana.org/tz/releases/> for updated versions of these files.

Please send comments or information to tz@iana.org.