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:57 (GMT) |
commit | 4cb8564087c0cb8e0d13862f31b2ef8f469d0aa8 (patch) | |
tree | 7cb9e1a1fa98348bb60e7f0b2d5733294befc904 /Help | |
parent | 20bfbf783894681f8aeb9bf6b0cff9f4c9443832 (diff) | |
parent | 7d25ae7350794127f7393a227ea9795637e41fdf (diff) | |
download | CMake-4cb8564087c0cb8e0d13862f31b2ef8f469d0aa8.zip CMake-4cb8564087c0cb8e0d13862f31b2ef8f469d0aa8.tar.gz CMake-4cb8564087c0cb8e0d13862f31b2ef8f469d0aa8.tar.bz2 |
Merge topic 'doc-timestamp-f' into release-3.25
7d25ae7350 Help: Add versionadded for string(TIMESTAMP) %f specifier
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7796
Diffstat (limited to 'Help')
-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`` |