Bug 131332 - HELP: replace custom date formats with ISO 8601 to stop promoting ambiguous formats
Summary: HELP: replace custom date formats with ISO 8601 to stop promoting ambiguous f...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillDocumentation
Depends on:
Blocks:
 
Reported: 2020-03-14 08:41 UTC by Mike Kaganski
Modified: 2020-05-10 20:22 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2020-03-14 08:41:51 UTC
In Help, e.g. [1], we have date strings that use non-ISO date formats. Unless there is a strong reason to use such format (like when various formats are described/discussed explicitly), it's best to always use ISO 8601 unambiguous date strings, to promote use of international standards helping people understand each other.

The task is to find and replace non-ISO dates in Help with their ISO 8601 counterparts - where applicable.

Regular expressions like "\d\d?/\d\d?/\d{2,4}" (including double quotes) might be useful when searching them in help repo.

[1] https://help.libreoffice.org/6.4/en-US/text/sbasic/shared/03030110.html
Comment 1 Wolfgang Jäger 2020-03-14 09:56:50 UTC
+1