<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - average and sum defaults in status bar return a wrong number when the range include a date"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106749#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - average and sum defaults in status bar return a wrong number when the range include a date"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106749">bug 106749</a>
              from <span class="vcard"><a class="email" href="mailto:pajaro@gmail.com" title="pajaro@gmail.com">pajaro@gmail.com</a>
</span></b>
        <pre>
<span class="quote">>> Well, the bug is not about the sum not doing what its supposed to do, but
>> about the status bar not showing a useful default value...</span >

<span class="quote">>Dates are internally time since epoch, so sum of dates does not make sense </span >

As I said, I know the sum of the internal representation of 2 dates is useless.
It should be removed, instead of showing something useless :)

But we could actually show something useful there, like the difference of min
and max dates... which is useful

- ex.1:
2017-04-10
2017-04-02
2017-04-01

Shows 10 days

- ex.2:
10:30
11:41

Shows 1h10'

And theres probably a few other useful calculations you can do with dates

If you want to discard it because is too difficult to implement with the
current way cells works, okay, but at least acknowledge you are understanding
what I mean with all this, because every reply makes me feel Im not making my
point across :)</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>