summaryrefslogtreecommitdiff
path: root/Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake')
-rw-r--r--Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake b/Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake
new file mode 100644
index 000000000..eab2a45de
--- /dev/null
+++ b/Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake
@@ -0,0 +1,2 @@
+string(TIMESTAMP output "%S")
+message("~${output}~")