NetBSD/lib/libc/time
ginsbach 3219a72f94 Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known. 2015-10-31 03:42:00 +00:00
..
Makefile Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
Makefile.inc Add tzgetgmtoff(3) 2015-10-29 17:53:04 +00:00
NEWS Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
README
Theory merge 2015f 2015-08-13 11:21:18 +00:00
asctime.c
checktab.awk
ctime.3
difftime.c merge 2015f 2015-08-13 11:21:18 +00:00
getdate.3
getdate.c
leapseconds.awk
localtime.c another lint warning for compat. 2015-10-29 19:18:32 +00:00
offtime.3
private.h Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
strftime.3
strftime.c Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
strptime.3 - Add reference to RFC-3339 2015-10-31 02:09:06 +00:00
strptime.c Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known. 2015-10-31 03:42:00 +00:00
time2posix.3
tz-art.htm Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
tz-link.htm Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
tzcode2netbsd - don't copy the man pages anymore. they have been converted to mdoc 2015-07-11 16:09:15 +00:00
tzfile.5 Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +00:00
tzselect.8
tzselect.ksh merge tzcode2015e: 2015-06-21 16:06:51 +00:00
tzset.3 Whitespace. 2015-10-29 22:42:55 +00:00
version.h
zdump.8
zdump.c merge 2015f 2015-08-13 11:21:18 +00:00
zic.8 merge 2015f 2015-08-13 11:21:18 +00:00
zic.c Release 2015g - 2015-10-01 00:39:51 -0700 2015-10-09 17:21:45 +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.