<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Errors in date formats (Turkish Localisation)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109020#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Errors in date formats (Turkish Localisation)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109020">bug 109020</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>All used date formats are defined in our tr-TR locale data, ie.
i18npool/source/localedata/data/tr_TR.xml (or
<a href="https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/tr_TR.xml">https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/tr_TR.xml</a>
for browsers). If that needs changes then patches are welcome. Note that there
is some documentation in i18npool/source/localedata/data/locale.dtd (or
<a href="https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd">https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd</a>
fwiw) about specific formats that need to be present.

It's not clear to me how ISO 8601 comes into play here (every locale also
supports ISO 8601 date formats, regardless of any localized ones), but some
public information about that can be found under
<a href="http://erack.de/bookmarks/D.html#ISO_8601_Date___Time_Representation">http://erack.de/bookmarks/D.html#ISO_8601_Date___Time_Representation</a>

Formats like
31-12
31-12-99
31-12-1999
may be problematic if input is expected to be parsed in that format (ie. with
date acceptance patterns D-M and D-M-Y), which may not properly work because of
the ambiguity with ISO 8601 M-D and Y-M-D for days <= 12 and years <= 31</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>