From fc41b46626db4c176a236531dfc8d2db1ea2c3ba Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Tue, 31 Dec 2024 17:34:16 +0100 Subject: [PATCH] Fix links to CLDR date format documentation --- nikola/conf.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nikola/conf.py.in b/nikola/conf.py.in index d0d5e79a4..e14d62862 100644 --- a/nikola/conf.py.in +++ b/nikola/conf.py.in @@ -195,7 +195,9 @@ TIMEZONE = ${TIMEZONE} # FORCE_ISO8601 = False # Date format used to display post dates. (translatable) -# Used by babel.dates, CLDR style: http://cldr.unicode.org/translation/date-time-1/date-time +# Used by babel.dates, CLDR style.. +# https://cldr.unicode.org/translation/date-time/date-time-symbols +# https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table # You can also use 'full', 'long', 'medium', or 'short' # DATE_FORMAT = 'yyyy-MM-dd HH:mm'