aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2025-09-06 17:20:17 +0200
committerRafael Laboissière <rafael@laboissiere.net>2025-09-06 17:20:33 +0200
commit299a70ecae834e7924247bd1b19476f714a0e7a4 (patch)
treec510299416ac10b8aa7cb05f8de410ed52268f6f
parentefb579e1f97b17bb6818d59409907281eef36e30 (diff)
Use ISO date format
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bcfe23..721d7a6 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BUILD = www/$(INDEX) apache/praat.conf
REPODATA = repo/db repo/dists repo/pool
REPOHOST = www.cefala.org
USER = rlaboiss
-TODAY = $(shell date)
+TODAY = $(shell date "+%Y-%m-%d %H:%M:%S %Z")
build-stamp: $(BUILD)
mkdir -p $(REPODATA)