Well that doc has (4.3.3), which only applies to incomplete dates (eg: no seconds):

the expression shall either be completely in basic format, in which case the minimum number of separators necessary for the required expression is used, or completely in extended format, in which case additional separators shall be used in accordance with 4.1 and 4.2.
4.4.4.1 also has:
provided that the resulting expression is either consistently in basic format or consistently in extended format
but that's for an interval, so it's mostly about having the format for the start and end (although the chosen phrasing also means consistent format within the dates). Same in 4.4.4.3 for start + duration and 4.4.4.4 for duration + end. And there's 4.4.5 which is the same as 4.3.3 for duration rather than single dates.


In reply to Re^4: Does ISO8601 require a separator in the time if one is used in the date? by Eily
in thread Does ISO8601 require a separator in the time if one is used in the date? by 1nickt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.