You may also want to look into the CLDR project, which is an open project to provide common localization data, including translations for the names of time zones.<br><br><a href="http://cldr.unicode.org/">http://cldr.unicode.org/</a><br>
<br>-Scott<br><br><div class="gmail_quote">On Thu, Jun 11, 2009 at 9:12 PM, Naoko McCracken <span dir="ltr">&lt;<a href="mailto:info@nao-net.com">info@nao-net.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Scott,<br>
<br>
Thank you for your in-depth explanation of why the names are set up this way.<br>
It sounds like a lot more complicated set of information than I realized before.<br>
I have much appreciation for you all to be keeping the database available for<br>
other projects.<br>
<br>
Now that I understand the reasons,  it makes sense.<br>
<br>
This new type of timezone system was introduced in the current version of the<br>
program. It used to have a simple timezone selection with +- GMT; summer<br>
time was set manually.<br>
<br>
I&#39;m not a programmer but more of a translator, so I&#39;ll work with others to<br>
figure out what we can do.<br>
Thank you so much for your help.<br>
<font color="#888888"><br>
Naoko McCracken<br>
</font><div><div></div><div class="h5"><br>
On Thu, Jun 11, 2009 at 2:47 PM, Scott Atwood&lt;<a href="mailto:scott.roy.atwood@gmail.com">scott.roy.atwood@gmail.com</a>&gt; wrote:<br>
&gt; Naoko,<br>
&gt;<br>
&gt; The timezone identifiers used by the Olson timezone database aren&#39;t<br>
&gt; necessarily intended for direct use by end users.  Many of the issues you<br>
&gt; report are due to the rules and conventions used for selecting timezone<br>
&gt; identifier names.<br>
&gt;<br>
&gt; The basic structure of the timezone identifiers is usually in two parts.<br>
&gt; The first part identifies the continent or ocean in which the timezone is<br>
&gt; located.  The second part is the name of the largest or most important city<br>
&gt; within the timezone.  North America and South America are collapsed into a<br>
&gt; single top level identifier of America.  This structure was chosen because<br>
&gt; continents and cities tend to be relatively stable entities, but country<br>
&gt; names and their borders can vary wildly over time.<br>
&gt;<br>
&gt; Indiana, Kentucky, and Argentina have particularly interesting time zone<br>
&gt; histories, which means they contain relatively many timezones identified by<br>
&gt; relatively nondescript cities.  So in order to avoid ambiguity and/or<br>
&gt; conflict in timezone identifiers, an additional level in the timezone<br>
&gt; hierarchy was introduced for these regions.<br>
&gt;<br>
&gt; Most of the issues you identify are related to backwards compatibility<br>
&gt; links.  Once a timezone identifier has been created, it should remain stable<br>
&gt; so that software that relies on an existing timezone identifier won&#39;t break<br>
&gt; when the timezone package is updated.  So if a timezone identifier needs to<br>
&gt; change, the old timezone identifier is kept as an alias for the new name.<br>
&gt;<br>
&gt; Most of the duplicates you note are due to changes in the preferred English<br>
&gt; transliteration of foreign city names.  The abbreviations of Australian<br>
&gt; timezones and the cardinal direction Australian timezones are deprecated<br>
&gt; timezone identifiers that are backwards compatibility links to timezones in<br>
&gt; the current Continent/City format.  When a city name changes, the old name<br>
&gt; is kept as an alias for the new name.  ComodRivadavia is also a backwards<br>
&gt; compatibility link.<br>
&gt;<br>
&gt; Unless these backwards compatibility links are causing serious issues with<br>
&gt; your application, I urge you to leave them be, since they be required by<br>
&gt; some clients who already rely on them.  However, it may not be unreasonable<br>
&gt; to not display the backwards compatibility links in a UI that end users use<br>
&gt; to select a new time zone.<br>
&gt;<br>
&gt; The timezone identifiers can only contain upper and lower case ASCII<br>
&gt; letters, and underscores.  Spaces, apostrophes, and accented letters are not<br>
&gt; allowed.  Hence Dumont d&#39;Urville becomes DumontDUrville.<br>
&gt;<br>
&gt; And for what it&#39;s worth, there is a Central Western time zone in Australia,<br>
&gt; but it is unofficial, and though it covers a large area, it encompasses only<br>
&gt; a very small population.<br>
&gt;<br>
&gt; I hope this answers your concerns.  Please let me know if you have any<br>
&gt; further questions.<br>
&gt;<br>
&gt; -Scott<br>
&gt;<br>
&gt; On Thu, Jun 11, 2009 at 6:16 AM, Olson, Arthur David (NIH/NCI) [E]<br>
&gt; &lt;<a href="mailto:olsona@dc37a.nci.nih.gov">olsona@dc37a.nci.nih.gov</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m forwarding this message from Naoko McCracken, who is not on the time<br>
&gt;&gt; zone mailing list. Those of you who are on the list, please direct<br>
&gt;&gt; replies appropriately.<br>
&gt;&gt;<br>
&gt;&gt;                                --ado<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: Naoko McCracken [mailto:<a href="mailto:info@nao-net.com">info@nao-net.com</a>]<br>
&gt;&gt; Sent: Thursday, June 11, 2009 2:01<br>
&gt;&gt; To: <a href="mailto:tz@lecserver.nci.nih.gov">tz@lecserver.nci.nih.gov</a><br>
&gt;&gt; Subject: Typos, duplicates, old/new names<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I was directed to your project when I reported issues with WordPress<br>
&gt;&gt; language file.<br>
&gt;&gt; They use your timezone database via the php function<br>
&gt;&gt; timezone_identifiers_list() to fetch country names for:<br>
&gt;&gt; <a href="http://svn.automattic.com/wordpress-i18n/pot/trunk/wordpress-continents-" target="_blank">http://svn.automattic.com/wordpress-i18n/pot/trunk/wordpress-continents-</a><br>
&gt;&gt; cities.pot<br>
&gt;&gt;<br>
&gt;&gt; My post:<br>
&gt;&gt; <a href="http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003435.html" target="_blank">http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003435.html</a><br>
&gt;&gt; Reply:<br>
&gt;&gt; <a href="http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003439.html" target="_blank">http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003439.html</a><br>
&gt;&gt;<br>
&gt;&gt; There are a couple more things reported by another language file<br>
&gt;&gt; maintainer:<br>
&gt;&gt; <a href="http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003443.html" target="_blank">http://comox.textdrive.com/pipermail/wp-polyglots/2009-May/003443.html</a><br>
&gt;&gt;<br>
&gt;&gt; I&#39;m totally new here and not sure if I&#39;m sending this to the right<br>
&gt;&gt; place.<br>
&gt;&gt; I&#39;d appreciate it if someone can help me through to get these issues<br>
&gt;&gt; straightened.<br>
&gt;&gt;<br>
&gt;&gt; Thank you,<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt; Naoko McCracken<br>
&gt;&gt; <a href="http://ja.wordpress.org/" target="_blank">http://ja.wordpress.org/</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Scott Atwood<br>
&gt;<br>
&gt; Cycle tracks will abound in Utopia.  ~H.G. Wells<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Scott Atwood<br><br>Cycle tracks will abound in Utopia.  ~H.G. Wells<br><br><br>