<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [META] Calc functions bugs and enhancements"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108827#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [META] Calc functions bugs and enhancements"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108827">bug 108827</a>
from <span class="vcard"><a class="email" href="mailto:gmolleda@us.es" title="gmolleda@us.es">gmolleda@us.es</a>
</span></b>
<pre>In relation to error <a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem with new function SECOND"
href="show_bug.cgi?id=121978">bug#121978</a>
(<a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem with new function SECOND"
href="show_bug.cgi?id=121978">https://bugs.documentfoundation.org/show_bug.cgi?id=121978</a>)
SECOND before rounds -> SECOND("00:00:08,99") -> result 9, and now result 8.
I think of two possible solutions, or have two functions: SECOND("00:00:08,99")
with result 9 and SECONDNOTROUNDED("00:00:08,99") that return 8. Or a function
with a second parameter optional rounding (with backward compatibility):
=SECOND("00:00:08,99" [, BOOLEAN ROUND]), default BOOLEAN ROUND is TRUE.
=SECOND("00:00:08,99") = SECOND("00:00:08,99",TRUE) = 9
=SECOND("00:00:08,99", FALSE) = 8</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>