Preferred date format for documenttaion
authorColin Clark <colin.clark@cclark.uk>
Tue, 13 Dec 2022 19:03:46 +0000 (19:03 +0000)
committerColin Clark <colin.clark@cclark.uk>
Tue, 13 Dec 2022 19:03:46 +0000 (19:03 +0000)
Use ISO format (YYYY-MM-DD)

CODING.md

index f7ac26a..971b6a9 100644 (file)
--- a/CODING.md
+++ b/CODING.md
@@ -332,6 +332,8 @@ See the shell scripts section in the Doxygen documentation (`File List`, `detail
 Use American, rather than British English, spelling. This will facilitate consistent
 text searches. User text may be translated via the en_GB.po file.
 
+To avoid confusion between American and British date formats, use ISO format (YYYY-MM-DD) where possible.
+
 To document the code use the following rules to allow extraction with Doxygen.  
 Not all comments have to be Doxygen comments.