diff options
author | Vasiliy Koyrev <ezqc123@gmail.com> | 2022-10-13 08:55:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-27 15:13:46 (GMT) |
commit | 9da542d5c1c983b9ea608b7fc04d75826278564f (patch) | |
tree | 27aadcd7ed112bf15d18311ab6fcff2d3dafe68b /Help/release/dev/timestamp-timezone.rst | |
parent | 2954a810ced784b04ec22bcdadb18bd73409c2a2 (diff) | |
download | CMake-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/release/dev/timestamp-timezone.rst')
-rw-r--r-- | Help/release/dev/timestamp-timezone.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/timestamp-timezone.rst b/Help/release/dev/timestamp-timezone.rst new file mode 100644 index 0000000..178fa9a --- /dev/null +++ b/Help/release/dev/timestamp-timezone.rst @@ -0,0 +1,5 @@ +timestamp-timezone +------------------ + +* The :command:`string(TIMESTAMP)` and :command:`file(TIMESTAMP)` commands + now support the ``%z`` and ``%Z`` specifiers for the time zone. |