<div dir="ltr"><div><div><div><div>> ...the first column is the TZ name, and the second is the prediction of 
the<br>> future behavior of clocks in the corresponding location, in 
nearly-POSIX TZ<br>> string format. We don't distribute a table like that 
now, though I suppose we<br>> could generate one automatically from the 
information that is already there.<br><br></div>Yes; all that's need is a bit of elaboration on<br></div>    cd /YOUR/SYSTEM/PREAMBLE/zoneinfo<br></div>    tail -n 1 `find * ! -name "*.tab"`<br><br></div>        --ado<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 14, 2017 at 10:33 PM, Paul Eggert <span dir="ltr"><<a href="mailto:eggert@cs.ucla.edu" target="_blank">eggert@cs.ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Tim Parenti wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For your idea of a text-only table of already-parsed data, you may consider<br>
the zdump utility that is packaged in the distribution.<br>
</blockquote>
<br></span>
It sounds like what's wanted is more a table like this:<br>
<br>
Africa/Abidjan  GMT0<br>
Africa/Accra    GMT0<br>
Africa/Algiers  CET-1<br>
Africa/Bissau   GMT0<br>
Africa/Cairo    EET-2<br>
Africa/Casablanca       WET0WEST,M3.5.0,M10.5.0/3<br>
Africa/Ceuta    CET-1CEST,M3.5.0,M10.5.0/3<br>
...<br>
<br>
where the first column is the TZ name, and the second is the prediction of the future behavior of clocks in the corresponding location, in nearly-POSIX TZ string format. We don't distribute a table like that now, though I suppose we could generate one automatically from the information that is already there.<br>
</blockquote></div><br></div>