<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Problem with new function SECOND"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121978#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Problem with new function SECOND"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121978">bug 121978</a>
              from <span class="vcard"><a class="email" href="mailto:gmolleda@us.es" title="gmolleda@us.es">gmolleda@us.es</a>
</span></b>
        <pre>Beware that they have corrected the failure of which =SECOND("00:00:08.99") = 9
and not 8, same as YEAR ("12/31/2018") <> 2019.

Another solution would be to round up the later unit:
=SECOND("00:00:08.990") -> SECOND("00:00:08.99") = 8, but
=SECOND("00:00:08.999") -> SECOND("00:00:09.00") = 9.

Units?
DATE (dd/mm/yyyy)
HOUR
MINUTE
SECOND
HUNDREDTH or THOUSANDTHS</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>