https://bugs.documentfoundation.org/show_bug.cgi?id=154218
Bug ID: 154218
Summary: variable and user field input field mishandles
datetime when a locale is active
Product: LibreOffice
Version: 7.4.5.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
When using a full datetime format for a variable (fields>>variables>>user field
or set variable) like "1999-01-01 11:22:33" it seems the dialog mishandles the
decimal point.
I had my test set to Hungarian, which uses comma (,) as a decimal separator, so
the input field for "1999-01-01 12:00" generated a string like "43210,12345"
which resulted "1899-12-31 12:00" since the dialog seem to expect english
decimal point, as "43210.12345".
Replacing the decimal manually fixed the datetime.
--
You are receiving this mail because:
You are the assignee for the bug.