summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-19 14:47:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-02-19 14:47:39 (GMT)
commitc387325d4adb69e411f0832e6e3949ba2a4a7f79 (patch)
treea80317146e1f2ae698ece485944ffb4feccfc55a /Help/command
parent3e3a12a4ab5989a34fece99db9002db3822f5924 (diff)
parent6727270b75eec4e379acd4a39f5003a316249c73 (diff)
downloadCMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.zip
CMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.tar.gz
CMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.tar.bz2
Merge topic 'unix-timestamps'
6727270b CMake: Extend TIMESTAMP sub-commands with new unix time format specifier
Diffstat (limited to 'Help/command')
-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 0361c74..3f4050e 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -277,6 +277,7 @@ specifiers:
%j The day of the current year (001-366).
%m The month of the current year (01-12).
%M The minute of the current hour (00-59).
+ %s Seconds since midnight (UTC) 1-Jan-1970 (UNIX time).
%S The second of the current minute.
60 represents a leap second. (00-60)
%U The week number of the current year (00-53).