<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 - Basic -timeserial function minutes outside the range 0-59"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114229">114229</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Basic -timeserial function minutes outside the range 0-59
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>4.1.0.4 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>BASIC
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>raal@post.cz
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
see helop: <a href="https://help.libreoffice.org/Basic/TimeSerial_Function_Runtime">https://help.libreoffice.org/Basic/TimeSerial_Function_Runtime</a>


minute: Any integer expression that indicates the minute of the time that is
used to determine the serial time value. In general, use values between 0 and
59. However, you can also use values that lie outside of this range, where the
number of minutes influence the hour value.

12, -5, 45 corresponds to 11, 55, 45

but  TimeSerial(12,-5,45)  throws error:
Action not supported.
Invalid procedure call

tested with LO 4.1 and LO 6

Steps to Reproduce:
1. open attached file with macro
2.run the macro


Actual Results:  
error

Expected Results:
macro return time 11:55:45


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.0</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>