mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-23 20:21:53 +00:00
f1ddf32f059c17fa5a1ec24f549d70db36dc5fa9
Revert zone-to-link changes that changed current time zone abbreviations. Add a few more changes, for more consistency. Make several other fixes discovered while researching this. * africa (Africa/Accra, Antarctica/Syowa): * asia (Pacific/Palau): * australasia (Pacific/Funafuti, Pacific/Majuro, Pacific/Wake) (Pacific/Wallis, Antarctica/DumontDUrville, Pacific/Chuuk) (Pacific/Pohnpei): * northamerica (Pacific/Tahiti): Remove links, as they are now zones again. * africa (Africa/Accra, Africa/Maputo): * antarctica (Antarctica/DumontDUrville, Antarctica/Syowa): * australasia (Pacific/Tahiti, Pacific/Majuro, Pacific/Chuuk) (Pacific/Pohnpei, Pacific/Palau, Pacific/Funafuti, Pacific/Wake) (Pacific/Wallis): Restore zone. * africa (Africa/Accra): Assume DST starting in 1920, as per Scott Keltie & Epstein 1920. * asia (Asia/Bahrain, Asia/Phnom_Penh, Asia/Kuwait, Asia/Vientiane) (Asia/Muscat, Asia/Ho_Chi_Minh, Asia/Aden): * northamerica (America/Antigua, America/Cayman): Change from zone to link, as these are also closely related. * africa (Africa/Blantyre, Africa/Bujumbura, Africa/Gaborone) (Africa/Harare, Africa/Kigali, Africa/Lubumbashi, Africa/Lusaka): Now links to Africa/Maputo, not Africa/Johannesburg. * asia (Asia/Riyadh): Change standard-time transition from 1950 to 1947-03-14. Add commentary citing Hunt 1961 and CAB 1946. * australasia (Pacific/Chatham): Assume NZST - 45 min. before 1946. Add commentary about this. (Pacific/Pago_Pago): UT-11 from 1911 to 1950. (WS, Pacific/Apia): Use NZ-style abbreviations. Switch to "WSST" for Western Samoa standard time before 1950. Add commentary about Samoa before 1950. * backward (Africa/Asmera, Africa/Timbuktu, Asia/Saigon): Redo to avoid link-to-link. * europe (Hungary, Europe/Bucharest): Several pre-1946 corrections: in 1918 the transition out of DST was on 09-16, not 09-29; in 1919 it was on 11-24, not 09-15; in 1945 it was on 11-01, not 11-03; in 1941 the transition to DST was 04-08 not 04-06 at 02:00; and there was no DST in 1920. (Poland): Add source for 1919. * southamerica: Add link for America/Antigua. * NEWS: Document the above. Add some thanks.
README for the tz distribution "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist (from the Bell System film "About Time") 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. 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. Here is a recipe for acquiring, building, installing, and testing the tz distribution on a GNU/Linux or similar host. mkdir tz cd tz wget --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz' gzip -dc tzcode-latest.tar.gz | tar -xf - gzip -dc tzdata-latest.tar.gz | tar -xf - Be sure to read the comments in "Makefile" and make any changes needed to make things right for your system, especially if you are using some platform other than GNU/Linux. Then run the following commands, substituting your desired installation directory for "$HOME/tzdir": make TOPDIR=$HOME/tzdir install $HOME/tzdir/etc/zdump -v America/Los_Angeles Historical local time information has been included here to: * provide a compendium of data about the history of civil time that is useful even if the data are not 100% accurate; * 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. The information in the time zone data files is by no means authoritative; the files currently do not even attempt to cover all time stamps before 1970, and there are undoubtedly errors even for time stamps since 1970. If you know that the rules are different from those in a file, by all means feel free to change a file (and please send the changed version to tz@iana.org for use in the future). Europeans take note! Thanks to these Timezone 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 timezone 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 comments or information to tz@iana.org.
Description
Languages
C
97.7%
Makefile
1.9%
C++
0.4%