Closed (duplicate)
Project:
Date
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 02:18 UTC
Updated:
19 Mar 2009 at 16:09 UTC
I have a CCK node type called Event. It has a Date field named field_date. That has a to and from date, and granularity goes down to the minute.
I have a view named Upcoming_events. It has three filters:
What in fact displays is more like if rule #3 is value >= this year -1 day.
Configuration of view filter:
The view's export is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| upcoming_events.txt | 2.98 KB | aren cambre |
Comments
Comment #1
merlinofchaos commentedPlease file against the proper module.
Comment #2
aren cambre commented(fixing inadvertent wrong project assignment)
Comment #3
aren cambre commentedOK, date filter is definitely broken. Here's the SQL query:
Note this part: >= '2009-01-01T00'.
Comment #4
trefethen commentedAren is not alone. I also have run into this problem.
Comment #5
jez500 commentedI am experiencing the same problem.
Also getting the Same date as Aren: 2009-01-01
Comment #6
kjy07 commentedDitto on this one. The absolute value is taking precedence over the relative value, even when no absolute value is specified (thus defaulting to the the first day of the first month of the current year).
Comment #7
aren cambre commentedChanging to critical because this is an essential feature of the product's Views integration.
Comment #8
aren cambre commentedWhoops, looks like this duplicates http://drupal.org/node/386406. Please subscribe to that one.