<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 - When the time is autofilled, the integer part is incremented"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131029">131029</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>When the time is autofilled, the integer part is incremented
          </td>
        </tr>

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

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

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

        <tr>
          <th>OS</th>
          <td>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>Calc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>nogajun@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
When autofilling a cell with a time entered, the integer part is incremented to
the wrong value.

Steps to Reproduce:
1. Enter "1:" in cell A1.
2. Drag the autofill handle.(The time display does not change. but, the integer
part has been incremented.)
3. Change the number format in the sidebar from time to general.


Actual Results:
The integer part has increased as in the following example.

0.041666666666667
1.04166666666667
2.04166666666667
3.04166666666667
4.04166666666667

or If the number format is time.

01:00:00 AM
02:00:00 AM
03:00:00 AM
04:00:00 AM
05:00:00 AM


Expected Results:
The decimal part increases and the integer part does not change as follows.

0.041666666666667
0.083333333333333
0.125
0.166666666666667
0.208333333333333



Reproducible: Always


User Profile Reset: No



Additional Info:
The time display does not change. So I do not notice.

Version: 6.4.1.2
Build ID: 4d224e95b98b138af42a64d84056446d09082932
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: en-US (C); UI-Language: en-US
Calc: threaded</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>