README revision 1.4 1 1.4 jtc @(#)README 7.10
2 1.4 jtc
3 1.4 jtc "What time is it?" -- Richard Deacon as The King
4 1.4 jtc "Any time you want it to be." -- Frank Baxter as The Scientist
5 1.4 jtc (from the Bell System film "About Time")
6 1.4 jtc
7 1.4 jtc The 1989 update of the time zone package featured
8 1.4 jtc
9 1.4 jtc * POSIXization (including interpretation of POSIX-style TZ environment
10 1.4 jtc variables, provided by Guy Harris),
11 1.4 jtc * ANSIfication (including versions of "mktime" and "difftime"),
12 1.4 jtc * SVIDulation (an "altzone" variable)
13 1.4 jtc * MACHination (the "gtime" function)
14 1.4 jtc * corrections to some time zone data (including corrections to the rules
15 1.4 jtc for Great Britain and New Zealand)
16 1.4 jtc * reference data from the United States Naval Observatory for folks who
17 1.4 jtc want to do additional time zones
18 1.4 jtc * and the 1989 data for Saudi Arabia.
19 1.4 jtc
20 1.4 jtc (Since this code will be treated as "part of the implementation" in some places
21 1.4 jtc and as "part of the application" in others, there's no good way to name
22 1.4 jtc functions, such as timegm, that are not part of the proposed ANSI C standard;
23 1.4 jtc such functions have kept their old, underscore-free names in this update.)
24 1.4 jtc
25 1.4 jtc And the "dysize" function has disappeared; it was present to allow compilation
26 1.4 jtc of the "date" command on old BSD systems, and a version of "date" is now
27 1.4 jtc provided in the package. The "date" command is not created when you "make all"
28 1.4 jtc since it may lack options provided by the version distributed with your
29 1.4 jtc operating system, or may not interact with the system in the same way the
30 1.4 jtc native version does.
31 1.4 jtc
32 1.4 jtc Since POSIX frowns on correct leap second handling, the default behavior of
33 1.4 jtc the "zic" command (in the absence of a "-L" option) has been changed to omit
34 1.4 jtc leap second information from its output files.
35 1.4 jtc
36 1.4 jtc Be sure to read the comments in "Makefile" and make any changes
37 1.4 jtc needed to make things right for your system.
38 1.4 jtc
39 1.4 jtc To use the new functions, use a "-ltz" option when compiling or linking.
40 1.4 jtc
41 1.4 jtc Historical local time information has been included here not because it
42 1.4 jtc is particularly useful, but rather to:
43 1.4 jtc
44 1.4 jtc * give an idea of the variety of local time rules that have
45 1.4 jtc existed in the past and thus an idea of the variety that may be
46 1.4 jtc expected in the future;
47 1.4 jtc
48 1.4 jtc * provide a test of the generality of the local time rule description
49 1.4 jtc system.
50 1.4 jtc
51 1.4 jtc The information in the time zone data files is by no means authoritative;
52 1.4 jtc if you know that the rules are different from those in a file, by all means
53 1.4 jtc feel free to change file (and please send the changed version to
54 1.4 jtc tz (a] elsie.nci.nih.gov for use in the future). Europeans take note!
55 1.4 jtc
56 1.4 jtc Thanks to these Timezone Caballeros who've made major contributions to the
57 1.4 jtc time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
58 1.4 jtc Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to
59 1.4 jtc Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
60 1.4 jtc for testing work, and to Gwillim Law for checking local mean time data.
61 1.4 jtc None of them are responsible for remaining errors.
62 1.4 jtc
63 1.4 jtc Look in the ~ftp/pub directory of elsie.nci.nih.gov
64 1.4 jtc for updated versions of these files.
65 1.4 jtc
66 1.4 jtc Please send comments or information to tz (a] elsie.nci.nih.gov.
67