I'm using a view that lists upcoming events, so it is showing all events greater than or equal to today's date. That works as expected for one-time events, but on recurring events, it is taking an extra day before those events are removed from the view result.

So for example, here's an event I have set up:

Repeats every month on the third Thursday until Sat Jun 18 2011 .
Thu, 09/16/2010 - 5:30pm - 6:00pm
Thu, 10/21/2010 - 5:30pm - 6:00pm
... (etc.)

On my upcoming events list, today is 9/17/2010 and the event is still listed. If I change the exposed filter to show dates on or after 9/18/2010, the above event drops off the list.

I have tested other repeating events and one-time events, as well as future occurrences of repeating events and the behavior is consistent.

My view export is attached, if needed.

CommentFileSizeAuthor
calendar.txt30.58 KBkthull
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kthull’s picture

Update: This is affected by the timezone settings in the content type.

When using the site's timezone, the events drop off as expected. When using date's timezone, the error occurs. As a point of reference the above 5:30-6pm events were entered as Los Angeles time and I am on Chicago time.

DamienMcKenna’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Unfortunately the Drupal 6 version of the Date module is no longer supported. That said, we appreciate that you took time to work on this issue. Should this request still be relevant for Drupal 7 please feel free to reopen it. Thank you.