Home » XML » XML_Feed_Parser » Bug #7550
More dates support
Details
| Request #7550 | More dates support |
|---|---|
| Submitted | 2006-05-03 14:19 UTC |
| From | bistory at gmail dot com |
| Status | Wont fix |
| Package | XML_Feed_Parser |
| PHP Version | 5.1.2 |
| Roadmaps | (Not assigned) |
Comments
[2006-05-03 14:19 UTC] bistory at gmail dot com
Description:
------------
Is it possible to recognize more dates formats ?
Dates like "Wed, 3 May 2006 13:53:41 +0200" or "Wed, 3 May 2006 13:33:00 GMT" seems not converted by your class ;-)
[2006-05-03 14:36 UTC] bistory at gmail dot com
The problem happens also with RSS 2.0, I don't know if it can help you...
[2006-05-16 20:12 UTC] jystewart at php dot net
Could you supply links to the feeds you're having trouble
with?
Do they validate with http://www.feedvalidator.org
At present all date handling is managed with PHP's built in
strtotime function but I have yet to test thoroughly that that
provides full support for the date formats across the
different feed types.
[2006-05-22 06:40 UTC] bruce at bkdesign dot ca
I have installed XML_Feed_Parser using the web installer. I have php5 etc and the pear packages I have installed all work ok.
Except for XML_Feed_Parser. Server error log says PHP Fatal error: Class 'XML_Feed_Parser' not found
And indeed in PEAR there is no folder nor file for it. Yet pear says its installed.
Am I missing something? It isnt installing tho pear says its there in the package installer
[2007-03-01 12:56 UTC] jystewart at php dot net
I've not seen any evidence that the package doesn't support the dates specified by the standards, so am closing this.