We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd27434 commit a455e37Copy full SHA for a455e37
lib/internal/Magento/Framework/Stdlib/DateTime/Filter/DateTime.php
@@ -45,7 +45,7 @@ public function filter($value)
45
$dateTime = new \DateTime($value);
46
return $dateTime->format('Y-m-d H:i:s');
47
} catch (\Exception $e) {
48
- throw new \Exception((string)__("Invalid input datetime format of value '%1'", $value));
+ throw new \Exception((string)__("Invalid input datetime format of value '%1': '%2'", $value, $e->getMessage()));
49
}
50
51
0 commit comments