<tt><font size=2>&gt; I do think, on a more general level, that it is
a bit unfortunate that<br>
&gt; the format of the tzdata files is now effectively frozen because so<br>
&gt; many external users have chosen to parse the source rather than the<br>
&gt; compiled form. &nbsp;This will make it much more difficult to make
changes<br>
&gt; in the future, should they be needed.</font></tt>
<br>
<br><tt><font size=2>If my understanding is correct, the output from zic
does not preserve daylight saving amount.</font></tt>
<br><tt><font size=2>TimeZone class in our project (ICU) exposes an API
for accessing base offset and daylight saving amount separately for historical
reason (same thing found in JDK Calendar class). This is one of the reasons
why we decided to customize zic and use the text source format as input.
I personally think consumers of our code don't care about daylight saving
amount (mostly +1 hour, but few exceptions) although.</font></tt>
<br>
<br><tt><font size=2>-Yoshito</font></tt>
<br>