From f4e2dcaa4f733a4d89e42692bd8ca00d85dd6c09 Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Thu, 23 Jun 2016 23:01:31 +0200 Subject: [PATCH] Using the -u notation to display the date in UTC (Coordinated Universal) time. Fixes issue #25 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 429d450..3bb04ba 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -12,7 +12,7 @@ TEMP="../temp/newfile.txt" TEMP2="../temp/newfile2.txt" ##TIMESTAMP=$(date +"%s") -TIMESTAMP=$(date --utc +%Y%m%d_%H%M%SZ) +TIMESTAMP=$(date -u +%Y%m%d_%H%M%SZ) OUTPUT="../output/Manifestos_for_the_Internet_Age-"$TIMESTAMP".pdf" if [ ! -d ~/.fonts ]; then