1986-02-15 16:45:05 -05:00
|
|
|
%W%
|
|
|
|
|
|
1986-03-05 18:43:41 -05:00
|
|
|
Please send comments or information to seismo!elsie!ado (with, perhaps,
|
1986-08-27 22:57:18 -04:00
|
|
|
carbon copes to
|
|
|
|
|
cbosgd!mark
|
|
|
|
|
seismo!linus!encore!necis!geo
|
|
|
|
|
seismo!munnari!kre
|
|
|
|
|
and seismo!sun!guy
|
|
|
|
|
who are responsible for any good ideas that show up here).
|
1986-03-03 22:51:28 -05:00
|
|
|
|
1986-07-12 06:35:25 -04:00
|
|
|
Historical local time information has been included here not because it
|
|
|
|
|
is particularly useful, but rather to:
|
1986-03-03 22:51:28 -05:00
|
|
|
|
|
|
|
|
* give people 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.
|
1986-07-12 06:35:25 -04:00
|
|
|
|
1986-07-12 07:27:31 -04:00
|
|
|
The "ctime.c" source file does conversion of old-style calls to new-style calls;
|
|
|
|
|
when you do a
|
|
|
|
|
make
|
|
|
|
|
both "ctime.o" and "settz.o" are archived in "/usr/lib/libtz.a" so that you can
|
|
|
|
|
recompile old code a la
|
1986-07-12 06:55:37 -04:00
|
|
|
cc ... -ltz
|
|
|
|
|
to use the new functions. If you're *really* adventuresome, you can put ctime.o
|
|
|
|
|
and settz.o in the C library--conservative soul that I am, I'd recommend
|
|
|
|
|
against it.
|