1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-08 01:31:13 +00:00
Arthur David Olson 0d0f6206b6 explain ctime.c
SCCS-file: README
SCCS-SID: 2.3
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:37 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:36 -04:00
2012-07-18 03:01:36 -04:00

%W%

Please send comments or information to seismo!elsie!ado (with, perhaps,
carbon copes to cbosgd!mark, seismo!linus!encore!necis!geo, and
seismo!munnari!kre, who are responsible for any good ideas that show up here).

Historical local time information has been included here not because it
is particularly useful, but rather to:

*	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.

The "ctime.c" source file does conversion of old-style calls to new-style calls.
After having done a "make install" to create the "/etc/tzdir" files, you might
want to
	make ctime.o
and then, for example,
	ar r /lib/libtz.a ctime.o settz.o
	if [ bsd ] ranlib /lib/libtz.a
"Old" code can then be recompiled a la
	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.
Description
Experimental time zone database and code for AmigaOS
Readme 13 MiB
Languages
C 97.7%
Makefile 1.9%
C++ 0.4%