mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
bin: Use ISO 8601 date format
This commit is contained in:
parent
edfe59e84f
commit
18fb75968a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue