From 0309985af0ce7a4aeeb7dd0cd77e5ca209f0c291 Mon Sep 17 00:00:00 2001 From: "Robin P. Clark" Date: Fri, 14 Nov 2025 16:06:34 +0000 Subject: [PATCH] date in american safe format --- git_build_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_build_info.sh b/git_build_info.sh index c90d513..26e1db0 100755 --- a/git_build_info.sh +++ b/git_build_info.sh @@ -1,7 +1,7 @@ #!/bin/bash # --- Date / time (no spaces/colons) --- -DATESTAMP=$(date +"%d%m%Y_%H%M%S") +DATESTAMP=$(date +"%d-%b-%Y_%H%M%S") # --- Git info (with fallbacks if not a git repo) --- if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then