"Fossies" - the Fresh Open Source Software Archive

Member "README" (14 Dec 2021, 2424 Bytes) of package /linux/misc/tzcode2022g.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 README for the tz distribution
    2 
    3 "Where do I set the hands of the clock?" -- Les Tremayne as The King
    4 "Oh that--you can set them any place you want." -- Frank Baxter as The Scientist
    5 					(from the Bell System film "About Time")
    6 
    7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
    8 data that represent the history of local time for many representative
    9 locations around the globe.  It is updated periodically to reflect
   10 changes made by political bodies to time zone boundaries, UTC offsets,
   11 and daylight-saving rules.
   12 
   13 See <https://www.iana.org/time-zones/repository/tz-link.html> or the
   14 file tz-link.html for how to acquire the code and data.  Once acquired,
   15 read the comments in the file 'Makefile' and make any changes needed
   16 to make things right for your system, especially if you are using some
   17 platform other than GNU/Linux.  Then run the following commands,
   18 substituting your desired installation directory for "$HOME/tzdir":
   19 
   20 	make TOPDIR=$HOME/tzdir install
   21 	$HOME/tzdir/usr/bin/zdump -v America/Los_Angeles
   22 
   23 See the file tz-how-to.html for examples of how to read the data files.
   24 
   25 This database of historical local time information has several goals:
   26 
   27  * Provide a compendium of data about the history of civil time that
   28    is useful even if not 100% accurate.
   29 
   30  * Give an idea of the variety of local time rules that have existed
   31    in the past and thus may be expected in the future.
   32 
   33  * Test the generality of the local time rule description system.
   34 
   35 The information in the time zone data files is by no means authoritative;
   36 fixes and enhancements are welcome.  Please see the file CONTRIBUTING
   37 for details.
   38 
   39 Thanks to these Time Zone Caballeros who've made major contributions to the
   40 time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
   41 Guy Harris; Mark Horton; John Mackin; and Bradley White.  Thanks also to
   42 Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
   43 for testing work, and to Gwillim Law for checking local mean time data.
   44 Thanks in particular to Arthur David Olson, the project's founder and first
   45 maintainer, to whom the time zone community owes the greatest debt of all.
   46 None of them are responsible for remaining errors.
   47 
   48 -----
   49 
   50 This file is in the public domain, so clarified as of 2009-05-17 by
   51 Arthur David Olson.  The other files in this distribution are either
   52 public domain or BSD licensed; see the file LICENSE for details.