https://bugs.documentfoundation.org/show_bug.cgi?id=148052
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Eike Rathke <[email protected]> --- It's tried to parse "14. Aug 18" in en-US, that's not a valid en-US medium date format hence not a numeric value. Whyever writerfilter then assumes it would be the current date I didn't investigate, maybe because it needs *some* valid numeric date as the display string is not the actual field data. However, given that the `D. MMM YY` date format is known as well, we could tweak the logic to parse that piece according to the known number format (or even generally try a month name if something like that follows, ignoring the locale specific restriction?) if it otherwise failed. I'll try to take a stab at this. -- You are receiving this mail because: You are the assignee for the bug.
