https://bugs.documentfoundation.org/show_bug.cgi?id=91758
Eike Rathke <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needsDevEval, needsUXEval |
Status|NEW |ASSIGNED
Hardware|Other |All
Assignee|[email protected] |[email protected]
|desktop.org |
Severity|enhancement |normal
--- Comment #9 from Eike Rathke <[email protected]> ---
(In reply to Wolfgang Jäger from comment #6)
> In a locale (say English (USA)) "recognising" "5-12-14" as meaning
> 2014-05-12 an
> input of "5-13-14" MUST be interpreted as 2014-05-13.
I'd rather say accepting 5-12-14 as date 2014-05-12 in an en-US locale without
modified date acceptance patterns (does not contain M-D-Y) is a bug. What is
actually happening here is that the input first is recognized as "slightly
possible ISO date input (where year would be 5)" but the end check rightly
fails and then the en-US MDY order is applied and the date accepted anyway as
05/12/14, which is wrong. Similar wrong for other locales, eg. in de-DE the
numbers are applied to a DMY order, resulting in 05.01.14, wrong again.
For an input of 5-13-14 already the "might this be an ISO date" check fails
because there's no month 13 and if the input does not match a date acceptance
pattern correctly does not result in a date.
Taking.
--
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