From ea4ecf501fc83134db2201477b4cdb1806d5312c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Feb 2015 09:19:51 +0100 Subject: update picofeed --- vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php') diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php index da57327ed..16c66a016 100644 --- a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php +++ b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss10.php @@ -33,7 +33,7 @@ class Rss10 extends Rss20 */ public function findFeedDate(SimpleXMLElement $xml, Feed $feed) { - $feed->date = $this->date->getTimestamp(XmlParser::getNamespaceValue($xml->channel, $this->namespaces, 'date')); + $feed->date = $this->date->getDateTime(XmlParser::getNamespaceValue($xml->channel, $this->namespaces, 'date')); } /** -- cgit v1.2.3