We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f67195 commit 5245a0eCopy full SHA for 5245a0e
tests/Monolog/Formatter/ElasticsearchFormatterTest.php
@@ -34,7 +34,7 @@ public function testFormat()
34
35
// Expected values
36
$expected = $msg->toArray();
37
- $expected['datetime'] = '1970-01-01T00:00:00+0000';
+ $expected['datetime'] = '1970-01-01T00:00:00+00:00';
38
$expected['context'] = [
39
'class' => ['stdClass' => []],
40
'foo' => 7,
0 commit comments