From: Colin Clark Date: Tue, 13 Dec 2022 19:03:46 +0000 (+0000) Subject: Preferred date format for documenttaion X-Git-Tag: v2.1~116 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=7e49584732934d26c0e36145895900ec09e44cd5 Preferred date format for documenttaion Use ISO format (YYYY-MM-DD) --- 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.