<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:gang65@poczta.onet.pl" title="Bartosz <gang65@poczta.onet.pl>"> <span class="fn">Bartosz</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILEOPEN DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133377">bug 133377</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>gang65@poczta.onet.pl
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILEOPEN DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133377#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILEOPEN DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133377">bug 133377</a>
              from <span class="vcard"><a class="email" href="mailto:gang65@poczta.onet.pl" title="Bartosz <gang65@poczta.onet.pl>"> <span class="fn">Bartosz</span></a>
</span></b>
        <pre>The date in custom.xml is saved in different order by LibreOffice.
It is saved:

    <property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3"
name="DocReleasedDate">
        <vt:filetime>20-10-2017T00:00:00Z</vt:filetime>
    </property>

and it should be:

   <property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3"
name="DocReleasedDate">
        <vt:filetime>2017-10-20T00:00:00Z</vt:filetime>
    </property>


After manual fixing everything is opening smoothly.</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>