From 86743febf67fe78b5ae6b506db073d33c6b51b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 15 Dec 2014 21:51:17 -0500 Subject: [PATCH] Fix bug about date parsing --- vendor/PicoFeed/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/PicoFeed/Parser.php b/vendor/PicoFeed/Parser.php index ea8c944..f76aaff 100644 --- a/vendor/PicoFeed/Parser.php +++ b/vendor/PicoFeed/Parser.php @@ -274,6 +274,7 @@ abstract class Parser 'D, d M Y H:i:s' => 25, 'D, d M Y h:i:s' => 25, 'D M d Y H:i:s' => 24, + 'j M Y H:i:s' => 20, 'Y-m-d H:i:s' => 19, 'Y-m-d\TH:i:s' => 19, 'd/m/Y H:i:s' => 19,