amiga-tz/tzdev.readme

76 lines
2.7 KiB
Plaintext

Short: Time Zone Database and Library (source)
Author: Carsten Larsen, Arthur David Olson & others
Uploader: Carsten Larsen (carsten larsen mail com)
Type: util/time
Version: 5.00
Requires: util/time/tzdata
Architecture: generic
URL: http://www.iana.org/time-zones
The Time Zone Database (often called tz or zoneinfo) contains code and
data that represent the history of local time for many representative
locations around the globe. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC offsets,
and daylight-saving rules.
The Amiga installation includes:
* Amiga guide and install instruction
* The Time Zone Database itself
* GUI to select local time zone
* SetClockGMT to adjust daylight-saving time
* ZDump to show time in other parts of the world
* Time Zone Library exposing database
* Support for localtime zone file
* Help files and documentation
To automaticaly adjust daylight-saving time a RTC module is required.
Library and Utilities
=====================
time.h
tzset, tzalloc, tzfree, time, mktime, mktime_z, localtime, localtime_r,
localtime_rz, gmtime, gmtime_r, ctime, ctime_r, ctime_rz, difftime,
offtime, offtime_r, timeoff, asctime, asctime_r, strftime, strftime_l,
strptime, strptime_l, timegm, timelocal, timelocal_z, daylight_c,
timezone_c, altzone_c, tzname_c, time2posix, time2posix_z, posix2time,
posix2time_z, tzsetwall, tzgetname
sys/time.h
gettimeofday, settimeofday
extra
getsystime, setsystime, tzgetlocation, gmtoffset, stou, utos
Utilities
Date, DSTCheck, SetClockGMT, TimeZone, TimeZoneInfo, ZDump
Example programs
date1, date2, gmtime, localtime, nyc, strftime, strftime2, strptime,
time, adjust
License and Credits
===================
Unless otherwise specified, all files in the tz code and data are in
the public domain, so clarified as of 2009-05-17 by Arthur David Olson.
The few exceptions are code derived from BSD, which uses the BSD license.
Thanks to these Time Zone Caballeros who've made major contributions to the
time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to
Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
for testing work, and to Gwillim Law for checking local mean time data.
Thanks in particular to Arthur David Olson, the project's founder and first
maintainer, to whom the time zone community owes the greatest debt of all.
None of them are responsible for remaining errors.
Look in ftp://ftp.iana.org/tz/releases/ for updated versions of these files.
Please send general comments or information to tz@iana.org.