added UTC to the date string
parent
57b79fe1ce
commit
baaebd25fe
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Deploying Hacky Quizbot...
|
echo "Deploying Hacky Quizbot...
|
||||||
$(date "+%Y-%m-%d %I:%M:%S%p %:z")
|
$(date "+%Y-%m-%d %I:%M:%S%p UTC%:z")
|
||||||
================================================================================"
|
================================================================================"
|
||||||
|
|
||||||
# actually do stuff here
|
# actually do stuff here
|
||||||
|
|
Loading…
Reference in New Issue