https://bugs.documentfoundation.org/show_bug.cgi?id=133377

Bartosz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |ASSIGNED

--- Comment #12 from Bartosz <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to