Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2010 at 16:58 UTC
Updated:
15 Aug 2011 at 23:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedThe 0 is there to specify UTC.
The API changed from D6 (when it was seconds offset to GMT) to D7 where it seems to need to be a TZ identifier. Please re-roll with a change from 0 to 'UTC'.
Comment #2
larskleiner commentedThanks for explaining this. Attached the re-rolled patch.
Comment #3
pwolanin commentedThanks! committed:
#991590 by larskleiner: fix for API change to timezone param in format_date().
Comment #5
acbramley commentedIs this still fixed in the latest dev release? I've got the Facetapi providing filter by updated and post date and I'm getting all these errors:
The bottom 4 of which are the same errors which this patch was meant to fix. In saying that though, I can't even find that function in the module file :S