<div dir="ltr">Thanks, Paul. It works fine.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 20 Sept 2021 at 15:50, Paul Eggert <<a href="mailto:eggert@cs.ucla.edu">eggert@cs.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/20/21 5:34 AM, Almaz Mingaleev wrote:<br>
> Thanks for the patch, Paul.<br>
> I've applied it, but it is not what zone.tab was in 2021a <br>
<br>
Thanks for checking. Unfortunately I overlooked one of the important <br>
commits since 2021a. I fixed that and came up with the attached patch; <br>
please try that instead.<br>
<br>
> Is it safe to revert zone.tab to what it was in 2021a<br>
> <<a href="https://github.com/eggert/tz/blob/3831c591e188edc16d1a6855fb20ebee78c4e27b/zone.tab" rel="noreferrer" target="_blank">https://github.com/eggert/tz/blob/3831c591e188edc16d1a6855fb20ebee78c4e27b/zone.tab</a>><br>
<br>
Almost, but that misses the post-2021a replacement of Enderbury with <br>
Kanton.  Here are the changes from 2021a to the zone.tab that results <br>
from applying the attached patch to the current main branch of the <br>
development repository:<br>
<br>
diff --git a/zone.tab b/zone.tab<br>
index 1f0128f..3d4a7f7 100644<br>
--- a/zone.tab<br>
+++ b/zone.tab<br>
@@ -3,7 +3,7 @@<br>
  # This file is in the public domain, so clarified as of<br>
  # 2009-05-17 by Arthur David Olson.<br>
  #<br>
-# From Paul Eggert (2018-06-27):<br>
+# From Paul Eggert (2021-09-20):<br>
  # This file is intended as a backward-compatibility aid for older <br>
programs.<br>
  # New programs should use zone1970.tab.  This file is like <br>
zone1970.tab (see<br>
  # zone1970.tab's comments), but with the following additional <br>
restrictions:<br>
@@ -16,6 +16,9 @@<br>
  # clocks have agreed since 1970; this is a narrower definition than<br>
  # that of zone1970.tab.<br>
  #<br>
+# Unlike zone1970.tab, a row's third column can be a Link from<br>
+# 'backward' instead of a Zone,<br>
+#<br>
  # This table is intended as an aid for users, to help them select <br>
timezones<br>
  # appropriate for their practical needs.  It is not intended to take or<br>
  # endorse any position on legal or territorial claims.<br>
@@ -228,7 +231,7 @@ KE  -0117+03649     Africa/Nairobi<br>
  KG    +4254+07436     Asia/Bishkek<br>
  KH    +1133+10455     Asia/Phnom_Penh<br>
  KI    +0125+17300     Pacific/Tarawa  Gilbert Islands<br>
-KI     -0308-17105     Pacific/Enderbury       Phoenix Islands<br>
+KI     -0247-17143     Pacific/Kanton  Phoenix Islands<br>
  KI    +0152-15720     Pacific/Kiritimati      Line Islands<br>
  KM    -1141+04316     Indian/Comoro<br>
  KN    +1718-06243     America/St_Kitts<br>
@@ -391,7 +394,7 @@ TK  -0922-17114     Pacific/Fakaofo<br>
  TL    -0833+12535     Asia/Dili<br>
  TM    +3757+05823     Asia/Ashgabat<br>
  TN    +3648+01011     Africa/Tunis<br>
-TO     -2110-17510     Pacific/Tongatapu<br>
+TO     -210800-1751200 Pacific/Tongatapu<br>
  TR    +4101+02858     Europe/Istanbul<br>
  TT    +1039-06131     America/Port_of_Spain<br>
  TV    -0831+17913     Pacific/Funafuti<br>
</blockquote></div>