mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Use right format for date
This commit is contained in:
@@ -35,7 +35,7 @@ class ElasticSearchFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
|
||||
// Expected values
|
||||
$expected = $msg;
|
||||
$expected['datetime'] = '1970-01-01T00:00:00.000000+00:00';
|
||||
$expected['datetime'] = '1970-01-01T00:00:00+0000';
|
||||
$expected['context'] = [
|
||||
'class' => ['stdClass' => []],
|
||||
'foo' => 7,
|
||||
|
Reference in New Issue
Block a user