mirror of
https://github.com/greyscalepress/manifestos.git
synced 2025-02-19 22:33:14 -05: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"
|
TEMP2="../temp/newfile2.txt"
|
||||||
|
|
||||||
##TIMESTAMP=$(date +"%s")
|
##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"
|
OUTPUT="../output/Manifestos_for_the_Internet_Age-"$TIMESTAMP".pdf"
|
||||||
|
|
||||||
if [ ! -d ~/.fonts ]; then
|
if [ ! -d ~/.fonts ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user