summaryrefslogtreecommitdiff
path: root/Help/command/string.rst
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <bwiedemann@suse.de>2017-01-27 14:12:58 +0100
committerBrad King <brad.king@kitware.com>2017-01-27 09:25:37 -0500
commit6c54f7b3655737406c53fa1e4fc1d8f4cc22f9f9 (patch)
treef49afc910a51bc05b10a2b978b691ef5d5f73e85 /Help/command/string.rst
parent325c6153088c673569971958f107f6cb97b67c50 (diff)
downloadcmake-6c54f7b3655737406c53fa1e4fc1d8f4cc22f9f9.tar.gz
string: Teach TIMESTAMP to treat %% as %
This encoding is documented by `strptime`.
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r--Help/command/string.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index 2c7847acc3..698a91dcad 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -296,6 +296,7 @@ specifiers:
::
+ %% A literal percent sign (%).
%d The day of the current month (01-31).
%H The hour on a 24-hour clock (00-23).
%I The hour on a 12-hour clock (01-12).