<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILEOPEN DOCX Date/time fields from O365 open as English locale"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137610#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILEOPEN DOCX Date/time fields from O365 open as English locale"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137610">bug 137610</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>An example from word/document.xml from MSO365 (<span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=166523" name="attach_166523" title="Example file from Word 365 with all default date/time fields">attachment 166523</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=166523&action=edit" title="Example file from Word 365 with all default date/time fields">[details]</a></span>):

<span class="quote">>        <w:p w:rsidR="00A318AE"
>               w:rsidRDefault="00962DF6">
>            <w:r>
>                <w:fldChar w:fldCharType="begin"/>
>            </w:r>
>            <w:r>
>                <w:instrText xml:space="preserve"> TIME \@ "yyyy. MM. dd." </w:instrText>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="separate"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:noProof/>
>                </w:rPr>
>                <w:t>2020. 09. 22.</w:t>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="end"/>
>            </w:r>
>        </w:p></span >

A similar piece from MSO2013 (<span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=166525" name="attach_166525" title="Example file from Word 2013 with all default date/time fields">attachment 166525</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=166525&action=edit" title="Example file from Word 2013 with all default date/time fields">[details]</a></span>):

<span class="quote">>        <w:p w:rsidR="00DD5159"
>               w:rsidRDefault="00DD5159">
>            <w:pPr>
>                <w:rPr>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>            </w:pPr>
>            <w:r>
>                <w:fldChar w:fldCharType="begin"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>                <w:instrText xml:space="preserve"> TIME \@ "yyyy.MM.dd." </w:instrText>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="separate"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:noProof/>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>                <w:t>2020.09.22.</w:t>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="end"/>
>            </w:r>
>        </w:p></span >

Look at all those <w:lang w:val="hu-HU"/> from the latter, that are absent in
the former.
And here comes the question: what are the locale settings in your LibreOffice,
that are rightfully used when the document does not provide the language
information.

Likely NAB.</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>