]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cmake: Fix timestamp format
authorCloudwalk <cloudwalk@icculus.org>
Tue, 14 Sep 2021 15:49:49 +0000 (11:49 -0400)
committerCloudwalk <cloudwalk@icculus.org>
Tue, 14 Sep 2021 15:49:49 +0000 (11:49 -0400)
buildsys/target/engine.cmake

index 0974f042995528f60071933b69b6c16b780cd36d..bc2ee5fd75146e3fc3806c151e4282b86da9dd96 100644 (file)
@@ -12,7 +12,7 @@ execute_process(
 )
 
 execute_process(
-       COMMAND "git show -s --format=%ad --date='format-local:%a %b %d %Y %H:%I:%S UTC'"
+       COMMAND "git show -s --format=%ad --date='format-local:%a %b %d %Y %H:%M:%S UTC'"
        OUTPUT_VARIABLE timestamp
        OUTPUT_STRIP_TRAILING_WHITESPACE
 )