From 299a70ecae834e7924247bd1b19476f714a0e7a4 Mon Sep 17 00:00:00 2001 From: Rafael Laboissière Date: Sat, 6 Sep 2025 17:20:17 +0200 Subject: Use ISO date format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3