diff options
author | Brad King <brad.king@kitware.com> | 2022-10-17 14:00:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-17 14:00:58 (GMT) |
commit | 0bf2e6aa449226947346b5e54ab292d1f6531d99 (patch) | |
tree | e09fa49384d7c4f0a0ad43295b03bb47a3a3916f | |
parent | 84eb1eb2274206cafd9146c75bba6457f0c1b3b7 (diff) | |
parent | 7d25ae7350794127f7393a227ea9795637e41fdf (diff) | |
download | CMake-0bf2e6aa449226947346b5e54ab292d1f6531d99.zip CMake-0bf2e6aa449226947346b5e54ab292d1f6531d99.tar.gz CMake-0bf2e6aa449226947346b5e54ab292d1f6531d99.tar.bz2 |
Merge topic 'doc-timestamp-f'
7d25ae7350 Help: Add versionadded for string(TIMESTAMP) %f specifier
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7796
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index b1ca2cb..86cbd2e 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -491,6 +491,8 @@ specifiers: The second of the current minute. 60 represents a leap second. (00-60) ``%f`` + .. versionadded:: 3.23 + The microsecond of the current second (000000-999999). ``%U`` |