<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Timestamp is hardcoded to UTC while it is a local time for docx creation date"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134589#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Timestamp is hardcoded to UTC while it is a local time for docx creation date"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134589">bug 134589</a>
              from <span class="vcard"><a class="email" href="mailto:virusmater@gmail.com" title="virusmater@gmail.com">virusmater@gmail.com</a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163396" name="attach_163396" title="reproduce of the bug">attachment 163396</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163396&action=edit" title="reproduce of the bug">[details]</a></span>
reproduce of the bug

In the attachment:
my current local data time (Europe/Amsterdam) is 09:34
in the document I can see:
<dcterms:created
xsi:type="dcterms:W3CDTF">2020-07-22T09:34:54Z</dcterms:created>
2020-07-22T09:34:54Z - is the UTC time format, not the local one.
It should be:
<dcterms:created
xsi:type="dcterms:W3CDTF">2020-07-22T07:34:54Z</dcterms:created>
or
<dcterms:created
xsi:type="dcterms:W3CDTF">2020-07-22T09:34:54</dcterms:created></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>