Loading src/TestDateTime.php +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ class TestDateTime extends DrupalDatetime { } // Interpret the filled-in time using the timezone. $date = \DateTime::createFromFormat('Y-n-j-H-i-s', implode($filled, '-'), $timezone); $date = \DateTime::createFromFormat('Y-n-j-H-i-s', implode('-', $filled), $timezone); return $date; } Loading Loading
src/TestDateTime.php +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ class TestDateTime extends DrupalDatetime { } // Interpret the filled-in time using the timezone. $date = \DateTime::createFromFormat('Y-n-j-H-i-s', implode($filled, '-'), $timezone); $date = \DateTime::createFromFormat('Y-n-j-H-i-s', implode('-', $filled), $timezone); return $date; } Loading