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

Laurent BP <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Laurent BP <[email protected]> ---
ISO Dates saved in ODF format cannot have negative year:
http://opengrok.libreoffice.org/xref/core/tools/source/datetime/tdate.cxx#32
So dates BC cannot be saved. This bug should resolved as WONTFIX.

LibO is using a different class css::util::Date to handle calculations with
dates. This class enables negative years to have dates BC.

Then an easy workaround comes: use a formula such as:
=-700000
to preserve a date such as June 20th, 18 BC in your ODF file.

-- 
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