mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Set default date format to have a timezone, fixes #196
This commit is contained in:
@@ -38,7 +38,7 @@ class DoctrineCouchDBHandlerTest extends TestCase
|
||||
'level' => Logger::WARNING,
|
||||
'level_name' => 'WARNING',
|
||||
'channel' => 'test',
|
||||
'datetime' => $record['datetime']->format('Y-m-d H:i:s'),
|
||||
'datetime' => (string) $record['datetime'],
|
||||
'extra' => array(),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user