<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE: Saving a document creates a new file (new inode number) thereby messing-up with the creation time of the document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125401">125401</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILESAVE: Saving a document creates a new file (new inode number) thereby messing-up with the creation time of the document
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alex.dwd@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
With LibreOffice 6.2.3.2 on Mint 19.1 Cinnamon

I have tested with Writer, Calc and Impress, and the problem is present with
each program.

When one opens an existing document, upon saving (whether or not changes have
been made) instead of updating the content and modification date of the file, a
new file is created (new inode number) and the creation time of the document is
changed to the saved/modification time.

Steps to Reproduce:
1. Open an existing document
2. Save it as is
3. Check the timestamps in the file explorer
   and/or
   check the inode and timestamps in command line using:
   1- `stat \path\to\document
   2- `sudo debugfs -R 'stat /path/to/document' /dev/sdXn | grep crtime 

Actual Results:
The inode number is modified.
The creation time is updated.

Expected Results:
The inode number should stay the same.
The creation time should not be updated.


Reproducible: Always


User Profile Reset: No



Additional Info:</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>