[Libreoffice-bugs] [Bug 41850] Minimum and maximum are not always respected when validating time values.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 17 09:43:34 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41850

--- Comment #1 from markus.mohrhard at googlemail.com 2011-10-17 09:43:34 PDT ---
Ok, I think I know why that happens.

We need to take care of Between and Not Between with time and dates in a
different way than we do now. We translate the date to a double value and sort
them after that and look if that value is between these two. Since 11:59 PM is
bigger than 12:01 AM we inverse our valid range.

I think about a clean way to fix that.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list