bin: Use ISO 8601 date format

pull/4072/head
Richard Hansen 2020-05-14 18:16:16 -04:00
parent edfe59e84f
commit 18fb75968a
1 changed files with 1 additions and 1 deletions

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