1
0
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:
Avtandil Kikabidze
2018-04-07 04:11:03 +04:00
parent ca326c4831
commit 3bbdf5868b

View File

@@ -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,