1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 17:59:15 +00:00
Commit Graph

192 Commits

Author SHA1 Message Date
41c79956c3 Now that we can use UTF-8, restore accents that ASCII lost.
* NEWS, Theory, africa, europe, northamerica, southamerica:
Don't insist on ASCII when normal English usage would have
accented words.
2014-06-14 19:11:27 -07:00
9293a3c16f * europe, northamerica: Update Willett URL. 2014-06-04 19:26:45 -07:00
f9aa3436d8 Give the boundary of the US Pacific time zone more accurately.
(Thanks to Alan Mintz.)
* northamerica (America/Los_Angeles): Fix comment.
* NEWS: Document this.
2013-12-24 17:50:24 -08:00
f0b7563dc2 America/Havana: fix spring 2004 transition
* northamerica (Cuba), NEWS: In 2004, Cuba began DST on March 28,
not April 4.  (Thanks to Steffen Thorsen.)
2013-11-13 01:00:16 -08:00
2022cddf08 Fix minor problems found by static checking.
Mostly this moves links so that files can be zic'ed standalone.
* antarctica (Antarctica/McMurdo): Move to australasia,
* australasia (Pacific/Johnston): Move to northamerica.
* checktab.awk: Add special case for America/Montreal, pending
the tzwinnow approach.
* northamerica (America/Anguilla, America/Dominica, America/Grenada)
(America/Guadeloupe, America/St_Barthelemy, America/Marigot)
(America/Montserrat, America/St_Kitts, America/St_Lucia)
(America/St_Vincent, America/Tortola, America/St_Thomas):
Move to southamerica.
* southamerica: Receive above-described moves.
* zic.c (writezone): Remove unused local.
2013-09-11 02:21:27 -07:00
82563b54ca Fix off-by-one bug with Kingston Mean Time.
* northamerica (America/Cayman, America/Jamaica, America/Grand_Turk):
Change KMT from -5:07:12 to -5:07:11 (should be -5:07:10.41).
* zone.tab: Fine-tune geographical coordinates to match -5:07:10.41.
I chose the latitude to match the General Post Office, Kingston,
in the city center according to Google Maps.
2013-09-09 11:38:05 -07:00
c7bc2f8e1a Replace some zones with links when that doesn't lose non-LMT info.
* northamerica (America/Anguilla, America/Dominica, America/Grenada)
(America/Guadeloupe, America/Montserrat, America/St_Kitts)
(America/St_Lucia, America/St_Vincent, America/Tortola)
(America/St_Thomas):
Link to America/Port_of_Spain instead of having a separate zone
that differs only in LMT.  Each LMT entry is just a placeholder for
unavailable info, and by itself does not justify a separate zone.
Using just one zone simplifies maintenance, makes the runtime
a bit smaller, and can help simplify user selection of zones.
* southamerica (America/Aruba): Likewise, for America/Curacao.
* backward (America/Virgin):
* northamerica (America/St_Barthelemy, America/Marigot):
Adjust to the other changes, by not linking to a link.
2013-09-02 23:33:25 -07:00
c8f960ec72 * backward: Move some links back to primary files.
This should allay concerns that the links would go away any time soon.
Suggested by Stephen Colebourne in
<http://mm.icann.org/pipermail/tz/2013-September/019801.html>.
Change "`" to "'"; these days, "`" and "'" are not symmetric.
* antarctica (Antarctica/McMurdo):
* europe (Europe/Jersey, Europe/Guernsey, Europe/Isle_of_Man)
(Europe/Mariehamn, Europe/Busingen, Europe/Vatican, Europe/San_Marino)
(Arctic/Longyearbyen, Europe/Ljubljana, Europe/Podgorica)
(Europe/Sarajevo, Europe/Skopje, Europe/Zagreb, Europe/Bratislava):
* northamerica (America/St_Barthelemy, America/Marigot):
* southamerica (America/Lower_Princes, America/Kralendijk):
Move here from 'backward'.  This reverts a 2013-08-09 change.
2013-09-02 08:09:06 -07:00
242980fc79 Revert recent pre-1970 changes.
Other tz file readers had problems with the new pre1970 file, so
remove it and related changes.  To recover the pre-1970 data,
instead change pre-1970 Zone entries in other files back to what
they were.  Perhaps we'll try to find a better way someday.
* .gitignore: Remove back-pre1970.
* Makefile (BACKWARD): Remove.  All uses changed back to 'backward'.
(AWK_SCRIPTS): Remove back-pre1970.awk.
(back-pre1970): Remove.
(clean_misc): Don't rm back-pre1970.
(check_public): Remove special case for pre1970.
* back-pre1970.awk, pre1970: Remove.
* backward (America/Anguilla, America/Antigua, America/Aruba)
(America/Atikokan, America/Blanc-Sablon, America/Cayman)
(America/Creston, America/Curacao, America/Dominica, America/Grenada)
(America/Guadeloupe, America/Montreal, America/Montserrat)
(America/Nassau, America/Port_of_Spain, America/St_Kitts)
(America/St_Lucia, America/St_Thomas, America/St_Vincent)
(America/Tortola): Remove, as these are zones again.
(America/Coral_Harbour, America/Kralendijk, America/Lower_Princes)
(America/Marigot, America/St_Barthelemy, America/Virgin):
Revert to previous links.
* northamerica (Mont, America/Blanc-Sablon, America/Montreal)
(America/Atikokan, America/Creston, America/Anguilla, America/Antigua)
(Bahamas, America/Nassau, America/Cayman, America/Dominica)
(America/Grenada, America/Guadeloupe, America/Montserrat)
(America/St_Kitts, America/St_Lucia, America/St_Vincent)
(America/Tortola, America/St_Thomas):
* southamerica (America/Aruba, America/Curacao, America/Port_of_Spain):
Restore these rules and zones.

* .gitignore: Add back-pre1970.
2013-08-30 16:36:21 -07:00
45dcf69b45 Move obsolescent Montreal entry to 'backward'.
This is like the previous change, except it entails a change to zone.tab.
The America/Montreal entry was created only because we mistakenly
thought that Montreal's and Toronto's post-1970 time stamps differed.
* backward, northamerica (America/Montreal):
Now a 'backward' link to America/Toronto.
* northamerica (Mont): Remove rules; no longer needed.
(America/Thunder_Bay): Refer to Toronto rules, not Mont.
This doesn't change any time stamps.
* zone.tab (America/Montreal): Remove.
(America/Toronto): Say that it also covers most of Quebec.
2013-08-26 10:13:40 -07:00
9432f1d23d Move obsolescent Americas entries to 'backward'.
This continues in the series of moving entries to 'backward' if
they exist only because of obsolete tz rules about country codes.
In this case, Zone entries are changed to Links; this doesn't
affect any post-1970 time stamps, and the pre-1970 time stamps
are out of scope and are often of dubious reliability.
* backward, northamerica, southamerica (America/Anguilla)
(America/Antigua, America/Aruba, America/Blanc-Sablon)
(America/Cayman, America/Curacao, America/Dominica)
(America/Grenada, America/Guadeloupe, America/Montserrat)
(America/Port_of_Spain, America/St_Kitts, America/St_Lucia)
(America/St_Thomas, America/St_Vincent, America/Tortola):
Now 'backward' links to America/Puerto_Rico.
(America/Atikokan): Now a 'backward' link to America/Panama.
(America/Creston): Now a 'backward' link to America/Phoenix.
(America/Nassau): Now a 'backward' link to America/Toronto.
* backward (America/Coral_Harbour, America/Kralendijk)
(America/Lower_Princes, America/Marigot, America/St_Barthelemy)
(America/Virgin): Adjust to avoid link-to-a-link.
2013-08-26 10:13:40 -07:00
81be53c16b northamerica: move America/Shiprock to 'backward'
This fixes the 2013-08-15 change so that 'make check' works again.
* backward (America/Shiprock): Move this link here....
* northamerica (America/Shiprock): ... to here.
2013-08-26 10:13:40 -07:00
df99923bde Move links to 'backward' if they exist only because of country codes.
* backward: Move links here from other files, if the only reason
they existed was to fill out zone.tab.  Zones are now allowed to
cross national borders, so a zone now need not exist merely
because there's a national border.  Sort the list consistently.
None of this changes any time stamp in the database.
* checktab.awk: Don't require that zone.tab's column 3 be unique.
* europe (Europe/Jersey, Europe/Guernsey, Europe/Isle_of_Man)
(Europe/Mariehamn, Europe/Busingen, Europe/Vatican, Europe/San_Marino)
(Arctic/Longyearbyen, Europe/Ljubljana, Europe/Podgorica)
(Europe/Sarajevo, Europe/Skopje, Europe/Zagreb, Europe/Bratislava):
* northamerica (America/St_Barthelemy, America/Marigot):
* southamerica (America/Lower_Princes, America/Kralendijk):
Move links to 'backward'.
* zone.tab: Give more details about how different rows can have
duplicate column 1 or column 3.  For each link moved to 'backward',
change column 3 to be the non-backward name.
2013-08-09 02:05:40 -07:00
cfdfcf9e91 * northamerica (Haiti): Haiti is using US-style rules this year, too.
Assume this will continue.  Thanks to Steffen Thorsen, in
<http://mm.icann.org/pipermail/tz/2013-March/018761.html>.
2013-03-10 21:22:47 -07:00
68efd69762 Incorporate data from Milne (1899).
The source is: Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94
<http://www.jstor.org/stable/1774359>.
* africa (Africa/Gaborone, Africa/Cairo):
* asia (Asia/Rangoon, Asia/Shanghai, Asia/Hong_Kong, Asia/Aden):
* australasia (Pacific/Fiji):
* europe (Europe/Vienna):
* northamerica (America/Nassau, America/Barbados, Atlantic/Bermuda)
(America/Costa_Rica):
* southamerica (America/Bogota, America/Curacao):
Adjust old time stamps to match Milne.  I went going through
Milne's list one by one and did not finish, but the rest can be
done later.
2013-02-20 23:00:40 -08:00
bd6e304281 Change email address to tz@iana.org.
* africa, australasia, europe, northamerica, southamerica:
* tzselect.ksh, zdump.c, zic.c:
In commentary and strings, change email address from
tz@elsie.nci.nih.gov to tz@iana.org, as the old email address
no longer works.
2012-11-09 17:49:36 -08:00
0ff4ee1dd4 Cuba switches to standard time on November 4 this year.
* northamerica: Alter Cuba rules accordingly.
Thanks to Steffen Thorsen for the heads-up, in
<http://mm.icann.org/pipermail/tz/2012-November/018427.html>.
2012-11-03 01:45:16 -07:00
369851954c Remove trailing white space. 2012-07-25 07:13:46 -07:00
dccd5a16af Switch from SCCS to git.
Remove the SCCS keyword '%W%' from all files.
Mostly this just remove comments.
Remove trailing white space, too.
* Makefile (TZCODE_VERSION): New macro.
(version.h): New rule.
(tzselect): Interpolate TZCODE_VERSION.
(clean): Remove version.h.
(zdump.o, zic.o): Depend on version.h.
* asctime.c, date.c, difftime.c, ialloc.c, localtime.c, scheck.c:
* strftime.c, zdump.c, zic.c: Remove elsieid.
* private.h: Remove privatehid.
* tzfile.h: Remove tzfilehid.
* tzselect.h (TZCODE_VERSION): Rename from VERSION.
* zdump.c, zic.c: Include "version.h",
and use TZCODE_VERSION instead of elsieid.
2012-07-18 17:30:38 -07:00
33193b0ac3 Update tzdata to 2012c.
* africa (Morocco): Summer time changes to start late April 2012.
* asia (Gaza, Hebron, Syria): Summer time changes.
* northamerica (Haiti): Following US/Canada rules for 2012, and
we're assuming, for now anyway, for the future.
2012-07-18 19:36:25 -04:00
07dbc825cb 2012b Cuba changes start of DST in 2012
SCCS-file: northamerica
SCCS-SID: 8.53
2012-07-18 03:03:15 -04:00
9f8fdddc41 America/Creston zone added; 1918 DST dates corrected
SCCS-file: northamerica
SCCS-SID: 8.52
2012-07-18 03:03:15 -04:00
23bb88a6ed Cuba changes end of DST in 2011
SCCS-file: northamerica
SCCS-SID: 8.51
2012-07-18 03:03:15 -04:00
79fae8ff53 fix typo in LMT value for Sitka, Alaska
SCCS-file: northamerica
SCCS-SID: 8.50
2012-07-18 03:03:14 -04:00
f8530e1da8 Newfoundland 2011 comments updated
SCCS-file: northamerica
SCCS-SID: 8.49
2012-07-18 03:03:14 -04:00
0f14e0d2ec Goose Bay moves to Canada rules
SCCS-file: northamerica
SCCS-SID: 8.48
2012-07-18 03:03:13 -04:00
37481acedf remove unnecessary href="
SCCS-file: northamerica
SCCS-SID: 8.47
2012-07-18 03:03:13 -04:00
fe5f6d43b0 avoid use of US rule in Hawaii; Fox -> Cox
SCCS-file: northamerica
SCCS-SID: 8.46
2012-07-18 03:03:13 -04:00
4c77ff2898 Resolute only abandoned DST for one year
SCCS-file: northamerica
SCCS-SID: 8.45
2012-07-18 03:03:13 -04:00
040c3d4786 Newfound changes time of day for start and end of DST
SCCS-file: northamerica
SCCS-SID: 8.44
2012-07-18 03:03:13 -04:00
562e552f0b assume Metlakatla abandoned DST in 1983
SCCS-file: northamerica
SCCS-SID: 8.43
2012-07-18 03:03:13 -04:00
338ff27740 change start of DST in Cuba in 2011
SCCS-file: northamerica
SCCS-SID: 8.42
2012-07-18 03:03:12 -04:00
7581bd53c5 split Juneau into Juneau, Sitka, and Metlakatla
SCCS-file: northamerica
SCCS-SID: 8.41
2012-07-18 03:03:11 -04:00
2fbc1efcf5 Mercer County, North Dakota
SCCS-file: northamerica
SCCS-SID: 8.40
2012-07-18 03:03:11 -04:00
f9a851feeb get version right
SCCS-file: northamerica
SCCS-SID: 8.39
2012-07-18 03:03:11 -04:00
51bfd57d49 typo fix
SCCS-file: northamerica
SCCS-SID: 8.38
2012-07-18 03:03:11 -04:00
b2cef00687 more hawaii work
SCCS-file: northamerica
SCCS-SID: 8.37
2012-07-18 03:03:11 -04:00
5a453c1384 more from Schmitt and Cox
SCCS-file: northamerica
SCCS-SID: 8.36
2012-07-18 03:03:11 -04:00
617ecc28d5 Hawaii per Schmitt & Cox
SCCS-file: northamerica
SCCS-SID: 8.35
2012-07-18 03:03:11 -04:00
fce99db642 add comments on 1930 Canadian DST from JRASC
SCCS-file: northamerica
SCCS-SID: 8.34
2012-07-18 03:03:10 -04:00
808cd4fa87 Windsor comments
SCCS-file: northamerica
SCCS-SID: 8.33
2012-07-18 03:03:10 -04:00
e6f1a6ff1a Bahia de Banderas zone switch instant corrected
SCCS-file: northamerica
SCCS-SID: 8.32
2012-07-18 03:03:10 -04:00
14196e2fb3 Bahia de Banderas
SCCS-file: northamerica
SCCS-SID: 8.31
2012-07-18 03:03:09 -04:00
e569308518 more Mexico DST work
SCCS-file: northamerica
SCCS-SID: 8.30
2012-07-18 03:03:09 -04:00
46e87ba0b0 Mexico DST work
SCCS-file: northamerica
SCCS-SID: 8.29
2012-07-18 03:03:08 -04:00
397524bc6b public domain notice
SCCS-file: northamerica
SCCS-SID: 8.28
2012-07-18 03:03:07 -04:00
3ed188c90e 2009 change
SCCS-file: northamerica
SCCS-SID: 8.27
2012-07-18 03:03:06 -04:00
0149ee15b0 Resolute work
SCCS-file: northamerica
SCCS-SID: 8.26
2012-07-18 03:03:06 -04:00
ff3bc0f5d6 Cuba made clearer
SCCS-file: northamerica
SCCS-SID: 8.25
2012-07-18 03:03:06 -04:00
7c6b2153ad Eggert mods
SCCS-file: northamerica
SCCS-SID: 8.24
2012-07-18 03:03:05 -04:00