From 7e49584732934d26c0e36145895900ec09e44cd5 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 13 Dec 2022 19:03:46 +0000 Subject: [PATCH] Preferred date format for documenttaion Use ISO format (YYYY-MM-DD) --- CODING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODING.md b/CODING.md index f7ac26ad..971b6a9b 100644 --- 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. -- 2.20.1