bin: Use ISO 8601 date format

This commit is contained in:
Richard Hansen 2020-05-14 18:16:16 -04:00
parent edfe59e84f
commit 18fb75968a

View file

@ -41,7 +41,7 @@ while true; do
# Start the application
bin/run.sh "$@" >>${LOG} 2>>${LOG}
TIME_FMT=$(date)
TIME_FMT=$(date +%Y-%m-%dT%H:%M:%S%z)
# Send email
if [ "$ERROR_HANDLING" = 1 ]; then