bin: Use ISO 8601 date format
parent
edfe59e84f
commit
18fb75968a
|
@ -41,7 +41,7 @@ while true; do
|
||||||
# Start the application
|
# Start the application
|
||||||
bin/run.sh "$@" >>${LOG} 2>>${LOG}
|
bin/run.sh "$@" >>${LOG} 2>>${LOG}
|
||||||
|
|
||||||
TIME_FMT=$(date)
|
TIME_FMT=$(date +%Y-%m-%dT%H:%M:%S%z)
|
||||||
|
|
||||||
# Send email
|
# Send email
|
||||||
if [ "$ERROR_HANDLING" = 1 ]; then
|
if [ "$ERROR_HANDLING" = 1 ]; then
|
||||||
|
|
Loading…
Reference in New Issue