summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-10-29 23:12:20 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-10-29 23:13:01 +0100
commit322d858abe8d9090a4e1108c734d9bcebe8ecd8a (patch)
treefa378040fd5c94a5c7e68eca2fff90361a78acb1 /docs
parenta92c7c6e262a4374c9e92162017c2707ed1644c9 (diff)
[1.5.x] Fixed #19209 -- Documented |date:"I".
Thanks mitar for the report. Backport of 24b2aad from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 3b8d058fb4..4aa1a990cd 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1226,7 +1226,8 @@ G Hour, 24-hour format without leading ``'0'`` to ``'23'``
h Hour, 12-hour format. ``'01'`` to ``'12'``
H Hour, 24-hour format. ``'00'`` to ``'23'``
i Minutes. ``'00'`` to ``'59'``
-I Not implemented.
+I Daylight Savings Time, whether it's ``'1'`` or ``'0'``
+ in effect or not.
j Day of the month without leading ``'1'`` to ``'31'``
zeros.
l Day of the week, textual, long. ``'Friday'``