summaryrefslogtreecommitdiffstats
path: root/Help/command/string.rst
diff options
context:
space:
mode:
authorVasiliy Koyrev <ezqc123@gmail.com>2022-10-13 08:55:54 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-27 15:13:46 (GMT)
commit9da542d5c1c983b9ea608b7fc04d75826278564f (patch)
tree27aadcd7ed112bf15d18311ab6fcff2d3dafe68b /Help/command/string.rst
parent2954a810ced784b04ec22bcdadb18bd73409c2a2 (diff)
downloadCMake-9da542d5c1c983b9ea608b7fc04d75826278564f.zip
CMake-9da542d5c1c983b9ea608b7fc04d75826278564f.tar.gz
CMake-9da542d5c1c983b9ea608b7fc04d75826278564f.tar.bz2
string(TIMESTAMP): Add %z and %Z for adding time zone string
Fixes: #24056
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r--Help/command/string.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index 86cbd2e..217157c 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -522,6 +522,17 @@ specifiers:
``%Y``
The current year.
+``%z``
+ .. versionadded:: 3.26
+
+ The offset of the time zone from UTC, in hours and minutes,
+ with format ``+hhmm`` or ``-hhmm``.
+
+``%Z``
+ .. versionadded:: 3.26
+
+ The time zone name.
+
Unknown format specifiers will be ignored and copied to the output
as-is.