https://bugs.documentfoundation.org/show_bug.cgi?id=40575

--- Comment #23 from Eike Rathke <[email protected]> ---
Internal tools' class Date representation is now (since 5.2) capable to handle
dates between -32768-01-01 and 32767-12-31, including conversion from/to
css::util::Date

However, connectivity/source/commontools/dbconversion.cxx still has its own
date implementation that probably interferes here. Someone familiar with Base
should check what the consequences were if that was eliminated and the common
tools Date routines be used. My guess is that various database related things
can't cope with years > 9999 because year might be stored using 4 characters,
so some extra handling will still be needed there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to