    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>ACCU  :: ISO 8601: A Standard You Should Know About</title>
        <link>https://members.accu.org/index.php/articles/1023</link>
        <description>Professionalism in Programming</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:webeditor@accu.org" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>




<div class="xar-mod-head"><span class="xar-mod-title">Programming Topics + CVu Journal Vol 12, #4 - Jul 2000</span></div>

<table border="0" cellpadding="1" cellspacing="0">
    <tbody>
    <tr>
        <td valign="top">
            Browse in :
       </td>
       <td valign="top">

                                            <a href="https://members.accu.org/index.php/articles/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c13/">Topics</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c65/">Programming</a>
<br />

                                            <a href="https://members.accu.org/index.php/articles/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c76/">Journals</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c77/">CVu</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c125/">124</a>
<br />

                                            <a href="https://members.accu.org/index.php/articles/c65-125/">Any of these categories</a>

                    -                        <a href="https://members.accu.org/index.php/articles/c65+125/">All of these categories</a>
<br />
</td>
   </tr>
   </tbody>
</table>




<div class="xar-error">
   <p>
 <strong>Note:</strong> when you create a new publication type,
the articles module will automatically use the templates
<em>user-display-[publicationtype].xt</em>
and <em>user-summary-[publicationtype].xt</em>.
If those templates do not exist when you try to preview or display a new article,
you'll get this warning :-)  Please place your own templates in themes/<em>yourtheme</em>/modules/articles . The templates will get the extension .xt there. </p>
</div>
<div class="xar-norm xar-standard-box-padding">
   <h1><strong>Title:</strong>&nbsp;ISO 8601: A Standard You Should Know About</h1>
<p><strong>Author:</strong>&nbsp;</p>
<p>
<strong>Date:</strong> 03 July 2000 13:15:38 +01:00 or Mon, 03 July 2000 13:15:38 +01:00</p>
<p><strong>Summary:</strong>&nbsp;</p>
<p><strong>Body:</strong>&nbsp;<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e20" id="d0e20"></a></h2>
</div>
<p>Have you ever been annoyed with the confusion between the
British DD/MM/YYYY and American MM/DD/YYYY in user interfaces and
web pages? Using the name of the month can help, but it's more to
type and it commits you to a language (like English or French)
rather than a purely numerical representation. One solution is for
programmers to use</p>
<pre class="programlisting">
YYYY-MM-DD
</pre>
<p>This is the convention in the Far East and some other countries,
and has been adopted as an international standard, ISO 8601.
Besides avoiding confusion, it makes dates easy to sort, and this
still holds if you append the time in ISO 8601 format (24-hour
HH:MM[:SS] with 00:00 for midnight). Colons and dashes are optional
(but they do make things more readable).</p>
<p>ISO 8601 defines a suffix of &quot;Z&quot; (&quot;Zero-meridian&quot;, aka &quot;Zulu
time&quot;) to mean UTC (the 1972 atomic replacement for GMT). &quot;+HH&quot; or
&quot;+HH:MM&quot; means local time that is ahead of UTC and &quot;-HH&quot; or
&quot;-HH:MM&quot; means local time that is behind. Hence, to find out the
UTC equivalent of a local time, you need to INVERT the +/-
operator.</p>
</div>
</p>
<p><strong>Notes:</strong>&nbsp;</p>
<p><em>More fields may be available via dynamicdata ..</em></p>
</div>
</channel>
</rss>
