From 783cdc33dbedfd7ba574760fc4db84ec12d6c647 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Tue, 14 Sep 2021 11:49:49 -0400 Subject: [PATCH] cmake: Fix timestamp format --- buildsys/target/engine.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsys/target/engine.cmake b/buildsys/target/engine.cmake index 0974f042..bc2ee5fd 100644 --- a/buildsys/target/engine.cmake +++ b/buildsys/target/engine.cmake @@ -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 ) -- 2.39.2