1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 00:17:04 +00:00
Commit Graph

192 Commits

Author SHA1 Message Date
Paul Eggert
0e07c140e8 A few more spelling, accent, and commentary cleanups. 2014-06-26 10:07:15 -07:00
Paul Eggert
e1f721201a More spelling and accent fixes.
(Thanks to Ian Abbott for catching some stray '’'s.)
2014-06-25 11:04:15 -07:00
Paul Eggert
363a1be6df More spelling and accent fixes. 2014-06-25 01:02:29 -07:00
Tim Parenti
a9da35214b Further updates to commentary, mostly un-ASCII-fying contributors' names.
Change attributions for contributors' names using the Latin alphabet
only where it was possible to reconstruct from mailing list records.
Leave attributions for Андрей Чернов, Иофис Герман Романович, and 李耀
宗 with their romanized versions instead (Andrey A. Chernov, German
Iofis, and Lee Yiu Chung, respectively).
2014-06-24 23:39:10 -07:00
Paul Eggert
ffb8e529e0 Switch back to ASCII for symbols.
Garrett Wollman reported privately that XEmacs 21.4.22, the current
stable version, doesn't work with the UTF-8 recently introduced
into our commentary.  For example, the UTF-8 character '−'
(MINUS SIGN), which is stored as the three bytes "\342\210\222",
displays as 'â\210\222'.  For proper names this is annoying but
tolerable, as there's little loss in utility from (say) 'Racoviță'
to its display form 'RacoviÈ\233Ä\203'.  But for symbols this is a
real pain that can make it hard to understand the documentation, e.g.,
'Release 2014e – 2014-06-12 21:53:52 −0700' displays as
'Release 2014e â\200\223 2014-06-12 21:53:52 â\210\2220700'.
To work around this problem, make the following substitutions in
commentary to mostly revert these symbols to their pre-UTF-8 versions:
'§' -> 'section', '°' -> 'degrees', '±' -> '+-', '–' -> '-' (en
dash), '—' -> '--' (em dash), '′' -> "'", '″' -> '"', '→' -> '->',
'−' -> '-' (minus sign), '≤' -> '<='.  Leave proper names and
foreign words in UTF-8.
2014-06-19 17:51:16 -07:00
Paul Eggert
3001a6adf4 Fix a few more accents and hyphens, and update a name and a URL. 2014-06-18 00:02:48 -07:00
Paul Eggert
a577b388f3 Distinguish hyphen from minus from dashes.
Most of this patch is to commentary, to distinguish better among
the similar characters hyphen '-', minus sign '−', en dash '–' (used
for ranges), and em dash '—'.  Render ordinary dashes in text as
spaced en dashes, as this gives better-looking results in monospaced
fonts.
* yearistype.sh, zic.c: Reword diagnostics so that they do not use
hyphens as if they were dashes.  Since we are sticking to ASCII in
programs, we can't use proper dashes in diagnostics.
2014-06-17 18:46:31 -07:00
Paul Eggert
1d41c06051 Be more consistent about bracketing URLs in commentary.
Use angle brackets unless the URL is already surrounded by white space.
(Thanks to a suggestion from Steffen Nurpmeso.)
2014-06-17 13:14:45 -07:00
Paul Eggert
248d1f10a1 Restore more accents. Also, update Antarctic commentary.
This does not change any of the data.
2014-06-16 20:18:01 -07:00
Paul Eggert
09d35582da Simplify use of URLs in text files.
In several cases our text files had commentary like this:
# Egypt to cancel daylight saving time
# <a href="http://www.almasryalyoum.com/en/node/407168">
# http://www.almasryalyoum.com/en/node/407168
# </a>
where lines 2 and 4 let the file be viewed by a browser with the
URL being clickable.  In practice this approach does not work with
many modern browsers (I tested with Firefox and with Chrome) and
it clutters up the data, so in cases like the above this patch
removes lines 2 and 4.
(Problem reported by Steffen "Daode" Nurpmeso.)
2014-06-15 17:38:04 -07:00
Paul Eggert
80569ec12d * europe (Turkey): Document the massive confusion on March 30.
(Thanks to Randal L. Schwartz.)
2014-06-15 00:17:08 -07:00
Paul Eggert
05c08c6a63 Fix Finland's 1942 fall-back transition.
* europe (Finland), NEWS: Finland's 1942 fall-back transition was
10-04 01:00, not 10-03 00:00.  (Thanks to Konstantin Hyppönen.)
2014-06-14 19:19:41 -07:00
Paul Eggert
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
Paul Eggert
9293a3c16f * europe, northamerica: Update Willett URL. 2014-06-04 19:26:45 -07:00
Paul Eggert
16312a4d1d * europe (Asia/Vladivostok): Fix "VLASST" typo for Vladivostok in 1991
summer, where the abbreviation should be "VLAST".  (Thanks to Hank W.)
* NEWS: Document this.
2014-05-31 22:51:23 -07:00
Paul Eggert
8d558674ce * europe (Russia, Europe/Moscow): Use "MSM" for Moscow Midsummer Time
in 1921.  (Thanks to Hank W. for reporting the problem.)
Also, update a stale URL.
* NEWS: Document the Moscow change.
2014-05-31 15:37:07 -07:00
Paul Eggert
aea9e44149 * europe (Europe/Simferopol): Add comment about ceremonies. 2014-03-30 22:24:33 -07:00
Paul Eggert
6eeb85f729 Revert "* europe (Europe/Simferopol), NEWS: Crimea switches to Moscow time"
This reverts commit 61ebb5f190.
2014-03-30 15:05:35 -07:00
Paul Eggert
61ebb5f190 * europe (Europe/Simferopol), NEWS: Crimea switches to Moscow time
less than an hour from now.
2014-03-29 12:05:12 -07:00
Paul Eggert
bb203f1bb0 Crimea switches to Moscow time.
* europe (Europe/Simferopol), NEWS:
Crimea switches to MSK on 2014-03-30 at 02:00 local time.
(Thanks to Alexander Krivenyshev.)
* zone.tab: Move its zone.tab entry from UA to RU.
2014-03-19 22:27:24 -07:00
Paul Eggert
358183b3b7 Ukraine's time zone changes were incorrect for 1990/1.
(Thanks to Vladimir in Moscow via Alois Treindl.)
* europe (Europe/Kiev): Omit 1990-01-01 transition.
1990-07-01 transition was to EEST, not EET.  EEST ended
1991-09-29 03:00.
2014-03-07 22:22:43 -08:00
Paul Eggert
4f73102117 Europe/Istanbul: Simplify recent change. (Thanks to Tim Parenti.)
* europe (Turkey): Revert previous change.
(Europe/Istanbul): Record 2014 the same way we did 2011; it's simpler.
* NEWS: Document this.
2014-02-19 10:44:11 -08:00
Paul Eggert
377543e46e Turkey begins DST on 2014-03-31, not 03-30.
(Thanks to Faruk Pasin.)
* europe (Turkey): New rule for spring 2014.
(Europe/Istanbul): Use it.
* NEWS: Document this.
2014-02-17 22:20:59 -08:00
Paul Eggert
b8e081b8ba * europe (Europe/Vaduz): Add confirming commentary from Alois Treindl. 2013-09-18 10:39:29 -07:00
Paul Eggert
4a0d6bb036 * europe: Fix comment misspelling in previous change. 2013-09-11 20:42:25 -07:00
Paul Eggert
9805c5c4a3 * europe, zic.8 (Europe/Zurich): Change transition to 1853-07-16.
Explain how I derived this guess from Messerli's book.
Also, give better evidence about the 1894 transition,
from Pierre-Yves Berger.
2013-09-11 18:28:36 -07:00
Paul Eggert
09f994d25d * europe, zic.8: Correct Bern Mean Time to 0:29:46.
Reported by Alois Treindl in
<http://mm.icann.org/pipermail/tz/2013-September/020139.html>.
2013-09-11 09:17:03 -07:00
Paul Eggert
147ea0873b * europe (Europe/Zurich): Move 1848 transition to 1855. 2013-09-09 21:49:20 -07:00
Paul Eggert
db9a9e1fe8 * europe (Europe/Vaduz): Now a link to Europe/Zurich.
This is more likely to be correct.
2013-09-09 11:50:29 -07:00
Paul Eggert
42801d2b1f Correct some UTC-vs-UT solecisms.
In several places the code and documentation incorrectly used
"UTC" to describe time stamps that might precede the introduction
of UTC and for which UTC is therefore undefined.  Change these
uses to "UT", as that's the correct term when talking about these
time stamps.  Problem reported by Steve Allen in
<http://mm.icann.org/pipermail/tz/2013-September/019907.html>.
The major compatibility issue here is with 'zdump -v'; it'll now
output "UT" instead of the possibly-incorrect "UTC".
Many files change in minor ways in the commentary.
* zdump.c (show):
* zic.c (inzsub, addtype):
In output, say "UT" rather than "UTC", since the time stamp we're
talking about might precede the introduction of UTC.
2013-09-04 19:07:31 -07:00
Paul Eggert
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
Paul Eggert
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
Paul Eggert
ea308a6345 Spelling fixes.
Most of these are from Kevin Lyda in
<http://mm.icann.org/pipermail/tz/2013-May/019407.html>,
with a couple more from Jonathan Leffler in
<http://mm.icann.org/pipermail/tz/2013-May/019409.html>.
2013-05-31 00:21:25 -07:00
Paul Eggert
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
Paul Eggert
3daaa8e346 New alias Europe/Busingen for Europe/Zurich.
* europe, zone.tab (Europe/Busingen): New Link.  See Arthur David Olson
in <http://mm.icann.org/pipermail/tz/2013-January/018511.html>.
Original heads-up from Tobias Conradi in
<http://mm.icann.org/pipermail/tz/2011-September/008784.html>.
2013-01-11 11:58:07 -08:00
Paul Eggert
318a6e5dcc Update zones Asia/Khandyga, Asia/Ust-Nera for pre-2004 time.
* europe (Asia/Khandyga, Asia/Ust-Nera): Modify pre-2004 history
to agree with Shanks and Pottenger (2003), since we have no better info.
2012-11-25 18:57:05 -08:00
Arthur David Olson
8c7f3d45f2 New zones Asia/Khandyga, Asia/Ust-Nera.
* europe, zone.tab (Asia/Khandyga, Asia/Ust-Nera): New zones.
Original heads-up from Alexander Krivenyshev in
<http://mm.icann.org/pipermail/tz/2011-September/008798.html>
with additional comments by Sanjeev Gupta and Tobias Conradi.
2012-11-25 18:47:40 -08:00
Paul Eggert
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
Paul Eggert
369851954c Remove trailing white space. 2012-07-25 07:13:46 -07:00
Paul Eggert
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
Arthur David Olson
77ff8bb90a 2012a updated URL for UK timezone history; corrected spellings of some French place names
SCCS-file: europe
SCCS-SID: 8.41
2012-07-18 03:03:15 -04:00
Arthur David Olson
afdcd1c4bd Pridnestrovian Moldavian Republic foregoes permanent DST
SCCS-file: europe
SCCS-SID: 8.40
2012-07-18 03:03:15 -04:00
Arthur David Olson
4e9a37482f Pridnestrovian Modavian Republic permanent summer time; Ukraine off permanent summer time
SCCS-file: europe
SCCS-SID: 8.39
2012-07-18 03:03:14 -04:00
Arthur David Olson
63ad3eac10 Ukraine joins Belarus and western Russia; unify the abbreviations
SCCS-file: europe
SCCS-SID: 8.38
2012-07-18 03:03:14 -04:00
Arthur David Olson
9ce17898ae Minsk abbreviation MIST -> MINST
SCCS-file: europe
SCCS-SID: 8.37
2012-07-18 03:03:14 -04:00
Arthur David Olson
9838d1d2e7 typo fix
SCCS-file: europe
SCCS-SID: 8.36
2012-07-18 03:03:14 -04:00
Arthur David Olson
62a69c89b5 Belarus goes to permanent DST in 2011
SCCS-file: europe
SCCS-SID: 8.35
2012-07-18 03:03:14 -04:00
Arthur David Olson
7a606f4629 use KALT for Kalinigrad time
SCCS-file: europe
SCCS-SID: 8.34
2012-07-18 03:03:13 -04:00
Arthur David Olson
53f3162fc8 Russia abandons DST
SCCS-file: europe
SCCS-SID: 8.33
2012-07-18 03:03:13 -04:00
Arthur David Olson
677ffd78f3 eliminate doubled words
SCCS-file: europe
SCCS-SID: 8.32
2012-07-18 03:03:12 -04:00