Logger date format is now ISO8601 compatible

This commit is contained in:
Michael 2017-09-06 21:13:06 +00:00
parent 29b0e5d71c
commit 66968efb9a
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ function logger($msg, $level = 0) {
$callers = debug_backtrace();
$logline = sprintf("%s@%s\t[%s]:%s:%s:%s\t%s\n",
datetime_convert(),
datetime_convert('UTC', 'UTC', 'now', 'Y-m-d\TH:i:s\Z'),
$process_id,
$LOGGER_LEVELS[$level],
basename($callers[0]['file']),