Boost C++ Libraries: Ticket #4411: date_time missing "Australia/Eucla" time zone https://svn.boost.org/trac10/ticket/4411 <p> The ''Australia/Eucla'' time zone from the tz (zoneinfo) database is not represented in the date_time_zonespec.csv file. </p> <p> The tz database lists Australia/Eucla as follows: </p> <pre class="wiki">Zone Australia/Eucla 8:35:28 - LMT 1895 Dec 8:45 Aus CWST 1943 Jul 8:45 AW CWST </pre><p> To rectify this, the following line needs to be added to the date_time_zonespec.csv file: </p> <pre class="wiki">"Australia/Eucla","CWST","CWST","","","+08:45:00","+00:00:00","","","","+00:00:00" </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4411 Trac 1.4.3 cory_pratt@… Thu, 08 Jul 2010 16:32:48 GMT <link>https://svn.boost.org/trac10/ticket/4411#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4411#comment:1</guid> <description> <p> I just noticed that the tz database shows DST rules for Eucla and Perth which are also not represented in date_time_zonespec.csv. </p> <p> Does an automated way exist to parse the tz database to create a new date_time_zonespec.csv file? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Katie Chan</dc:creator> <pubDate>Mon, 29 Nov 2010 04:24:44 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/4411 https://svn.boost.org/trac10/ticket/4411 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_time_zonespec.diff</span> </li> </ul> <p> Combined patch for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4754" title="#4754: Patches: australian daylight savings time start/end dates are wrong (closed: fixed)">#4754</a> &amp; <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4411" title="#4411: Patches: date_time missing &#34;Australia/Eucla&#34; time zone (closed: fixed)">#4411</a> </p> Ticket Katie Chan Mon, 29 Nov 2010 04:26:11 GMT version, type, milestone changed https://svn.boost.org/trac10/ticket/4411#comment:2 https://svn.boost.org/trac10/ticket/4411#comment:2 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">Boost Development Trunk</span> </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket Marshall Clow Mon, 11 Apr 2011 15:05:27 GMT <link>https://svn.boost.org/trac10/ticket/4411#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4411#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/71186" title="Applied patch; Refs #4754 Refs #4411">[71186]</a>) Applied patch; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4754" title="#4754: Patches: australian daylight savings time start/end dates are wrong (closed: fixed)">#4754</a> Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4411" title="#4411: Patches: date_time missing &#34;Australia/Eucla&#34; time zone (closed: fixed)">#4411</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 14 Apr 2011 15:52:02 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4411#comment:4 https://svn.boost.org/trac10/ticket/4411#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/71249" title="Merge fixes to release; Fixes #4411 Fixes #4574">[71249]</a>) Merge fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4411" title="#4411: Patches: date_time missing &#34;Australia/Eucla&#34; time zone (closed: fixed)">#4411</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4574" title="#4574: Bugs: boost/asio/detail/impl/win_mutex.ipp:57: return value of ... (closed: fixed)">#4574</a> </p> Ticket