From 1b42023b847c6ec7497e285e87b1b076cfeaa27e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 19 Feb 2024 19:22:01 -0500 Subject: [PATCH] Update timestamp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 285851f..8825f35 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ update: nix flake update make git add . - git commit -S -m "nix flake update: $$(TZ=UTC date +%Y-%m-%d_%H-%M-%S)" + git commit -S -m "nix flake update: $$(TZ=UTC date +%Y-%m-%d %H:%M:%S %Z))" git push fmt: