1986-02-15 16:45:05 -05:00
|
|
|
%W%
|
|
|
|
|
|
1986-11-24 18:43:59 -05:00
|
|
|
Please send comments or information to
|
|
|
|
|
seismo!elsie!tz
|
|
|
|
|
for forwarding to folks interested in time zone matters.
|
1986-03-03 22:51:28 -05:00
|
|
|
|
1986-11-27 12:54:46 -05:00
|
|
|
Be sure to read the comments in "Makefile" and make any changes
|
|
|
|
|
needed to make things right for your system.
|
|
|
|
|
|
1986-11-24 18:43:59 -05:00
|
|
|
This version of the time zone software uses a new format
|
|
|
|
|
(based on the work of Guy Harris, a.k.a guy@sun.UUCP)
|
1986-09-08 16:19:53 -04:00
|
|
|
for the time zone information files. They are now stored by default in a
|
1986-11-24 18:43:59 -05:00
|
|
|
directory named "/etc/zoneinfo" rather than "/etc/tzdir" or "/etc/timezones"
|
1986-11-15 20:20:24 -05:00
|
|
|
as before. If you've already compiled programs with older time zone software,
|
|
|
|
|
just leave the "/etc/tzdir" and/or "/etc/timezones" files around until you
|
|
|
|
|
have a chance to recompile.
|
1986-09-08 16:19:53 -04:00
|
|
|
|
1986-11-21 12:41:04 -05:00
|
|
|
For better compatability with other versions of time conversion functions,
|
1986-11-24 18:43:59 -05:00
|
|
|
the time zone abbreviation to be used with localtime's return value is now
|
1987-02-19 08:48:27 -05:00
|
|
|
pointed to by one of the two elements of the (char *) array tzname, rather
|
1986-11-21 12:41:04 -05:00
|
|
|
than by the (char *) tz_abbr. If you have code that uses tz_abbr, add a
|
1986-12-26 15:21:38 -05:00
|
|
|
-DTZA_COMPAT
|
1986-11-21 12:41:04 -05:00
|
|
|
to the end of the
|
|
|
|
|
CFLAGS=
|
|
|
|
|
line in "Makefile".
|
|
|
|
|
|
1986-09-08 16:19:53 -04:00
|
|
|
Historical local time information has been included here not because it
|
|
|
|
|
is particularly useful, but rather to:
|
|
|
|
|
|
1986-11-21 12:41:04 -05:00
|
|
|
* give an idea of the variety of local time rules that have
|
1986-09-08 16:19:53 -04:00
|
|
|
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.
|