<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><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#c4">Comment # 4</a>
              on <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">bug 114229</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>Actually, it's that way since day 1 (see
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=c25ec060">https://cgit.freedesktop.org/libreoffice/core/commit/?id=c25ec060</a>; look for
RTLFUNC(TimeSerial)).

Fixing the code to conform to help is trivial (code is in
basic/source/runtime/methods.cxx:2001, void SbRtl_TimeSerial(StarBASIC *,
SbxArray & rPar, bool)). But first, it should be clear that the code must be
fixed, and not the help. And if the code is to be fixed, then what to do in
cases (not covered in help) when hour is in allowed range, and minutes are so
that resulting hour becomes outside of the range. Should we allow that? if so,
how to go with that, and why should we block hours outside of the range, if
this can be processed in a sensible way?</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>