Using the -u notation to display the date in UTC (Coordinated Universal) time. Fixes issue #25

This commit is contained in:
Manuel Schmalstieg 2016-06-23 23:01:31 +02:00
parent e1fbe9758e
commit f4e2dcaa4f

View File

@ -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