Skip to content
Snippets Groups Projects
Unverified Commit 9f7b53f0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3196433 by ayushmishra206, erricha, quietone: Link to php.net datetime...

Issue #3196433 by ayushmishra206, erricha, quietone: Link to php.net datetime formats documentation incorrect in FieldDateTest.php
parent c117502f
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public function testFieldDate() {
'table' => 'views_test_data',
'field' => 'created',
'relationship' => 'none',
// ISO 8601 format, see http://php.net/manual/function.date.php
// ISO 8601 format, see https://www.php.net/manual/datetime.format.php
'custom_date_format' => 'c',
],
'destroyed' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment