<div dir="ltr"><div><div>One other factoid: the C language standard calls for various formatting functions to produce &quot;the locale’s time zone name or abbreviation, or by no characters if no time zone is determinable.&quot;<br>
<br></div>(Some history: early draft language standards specified &quot;time zone name;&quot; a proposal to change to &quot;time zone abbreviation&quot; was rejected; &quot;name or abbreviation&quot; is where things landed.)<br>
<br></div>    @dashdashado<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 2, 2013 at 10:21 AM,  <span dir="ltr">&lt;<a href="mailto:random832@fastmail.us" target="_blank">random832@fastmail.us</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Apr 2, 2013, at 1:27, Robert Elz wrote:<br>
&gt; As to why the actual value EST is used, it is because (at least) the<br>
&gt; Victorian legislation (and it is Victoria where these acronyms were first<br>
&gt; inserted into unix systems for Aust - that eventually moved them into<br>
&gt; tzdata) the legislation contains the names &quot;Eastern Standard Time&quot; and<br>
&gt; &quot;Eastern Summer Time&quot;.<br>
<br>
</div>No, it doesn&#39;t. ADO just posted a link to it, and the word &quot;Eastern&quot;<br>
appears not once within. The time zone has no name. By that measure, we<br>
should change it to MELT/MELST.<br>
<div class="im"><br>
<br>
&gt; The comonwealth govt in Aust is not responsible for anything  (outside<br>
&gt; ACT,<br>
&gt; and perhaps NT) (time, acronyms, what you eat for breakfast ...) unless<br>
&gt; either the Aust constitution, or some enabling delegation from one of the<br>
&gt; state governments says it is so.<br>
<br>
</div>&quot;Trade and commerce with other countries, and among the States&quot;<br>
<br>
How to refer to the time zone of one state from another, from outside<br>
the country, or how to make a reference (published from witthin one<br>
state) to a state&#39;s timezone for people in other states or other<br>
countries to see, arguably qualifies.<br>
<div class="im"><br>
&gt; Personally I&#39;d be quite happy (but please do not treat this as a request,<br>
&gt; or even a serious suggestion, it is not) if we were to set all of the<br>
&gt; acronyms, in all of the zones (in Aust and all other places) to ZZZ.<br>
<br>
</div>Why not set them to &quot;+10:00&quot; [etc], so that %Z can become as useful as<br>
%z?<br>
<br>
There&#39;s no fundamental reason people shouldn&#39;t be able to print time<br>
zone information. And for a portable C program (assuming C11 is not<br>
supported), %Z is the only available means to do so.<br>
<br>
Strictly, there&#39;s nothing requiring %Z to be related to tzname, so it<br>
could even still do the +10:00 even if tzname has been set to an<br>
alphabetic string by parsing a POSIX-style TZ value.<br>
</blockquote></div><br></div>