1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 13:02:34 +00:00
Arthur David Olson 44ad1082b2 tz_abbr
SCCS-file: README
SCCS-SID: 2.8
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00
2012-07-18 03:01:39 -04:00

%W%

Please send comments or information to seismo!elsie!ado (with, perhaps,
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).

If you're *really* adventurous, you can put ctime.o in /lib/libc.a--
conservative soul that I am, I'd recommend against it.

This version of the time zone software uses a new format (provided by sun!guy)
for the time zone information files.  They are now stored by default in a
directory named "/etc/zoneinfo" rather than "/etc/tzdir" or "/etc/timezones".
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.

For better compatability with other versions of time conversion functions,
the time zone abbreviation to be used with localtime's return vale is now
pointed to be one of the two elements of the (char *) array tzname, rather
than by the (char *) tz_abbr.  If you have code that uses tz_abbr, add a
	-DTZ_ABBR
to the end of the
	CFLAGS=
line in "Makefile".

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

*	give 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.
Description
Experimental time zone database and code for AmigaOS
Readme 13 MiB
Languages
C 97.7%
Makefile 1.9%
C++ 0.4%