Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 05:35 UTC
Updated:
16 Jun 2016 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedI ran into this too, but discovered it only happens if the year is 2000 or later (!).
After a lot of searching, I came across http://aaronsaray.com/blog/2007/07/11/helpful-strtotime-reminders/#comme... which explains it. Crazy stuff!
The attached patch contains a simple fix.
Comment #2
twistor commentedThat is a fun one.
http://drupalcode.org/project/feeds.git/commit/2c05963
I added a test and removed the is_int() check for the timestamp.
Comment #3
twistor commented