<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - AM/PM time notation in CALC"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124209#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - AM/PM time notation in CALC"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124209">bug 124209</a>
              from <span class="vcard"><a class="email" href="mailto:gmmellina@inwind.it" title="gmarco <gmmellina@inwind.it>"> <span class="fn">gmarco</span></a>
</span></b>
        <pre>look at this too:

         format:  HH.MM.SS   HH.MM.SS AM/PM
=ORARIO(23;59;59)  23:59:59   11:59:59 p.m.
=ORARIO(24;59;59)  00:59:59   12:59:59 a.m. (senseless)
=ORARIO(24;59;60)  01:00:00   01:00:00 a.m. OK but look at SS=60
=ORARIO(23;59;60)  00:00:00   12:00:00 a.m. (senseless)
=ORARIO(23;60;60)  00:01:00   12:01:00 a.m.    " 
=ORARIO(23;60;61)  00:01:01   12:01:01 a.m.    " 
=ORARIO(23;119;59) 00:59:59   12:59:59 a.m.    " and look at MM=119
=ORARIO(23;119;60) 01:00:00   01:00:00 a.m. OK but look at MM=119
                                                       and SS=60</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>