mirror of
https://github.com/greyscalepress/manifestos.git
synced 2024-10-01 05:25:35 -04:00
Using the -u notation to display the date in UTC (Coordinated Universal) time. Fixes issue #25
This commit is contained in:
parent
e1fbe9758e
commit
f4e2dcaa4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user