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

--- Comment #2 from Oliver Specht (CIB) <[email protected]> ---
Problem one is caused by the number detection. Depending on the locale a
"12.99" might be detected as decimal number or as a string. It can not be
detected as Date because that would require three values like 12/04/15 or
04.12.15 depending on the locale. 
If "12.99" is detected as value - for instance with en-US locale - you would
still be surprised about the conversion to date (January 11, 1900). 
For me this is not a bug.

Problem two is also caused by number detection. The string "07/89" is converted
to a value - which doesn't work with a e.g. German locale, as above - and the
resulting zero is converted to a date value of December 30, 1899. In a en-US
local it would result in July 1st, 1989. Also not a bug IMO.

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