January disappear on any view

Hi, I have some problems with mount view. January disappear.

This is the sql query for this mount (today):

SELECT event_id,start_date,end_date,event_name,details,section_id
FROM events WHERE start_date < ‘2010-3-1’ AND end_date > ‘2010-2-1’

and works fine;

This is the query for january:

SELECT event_id,start_date,end_date,event_name,details,section_id
FROM events WHERE start_date < ‘2010-1-1’ AND end_date > ‘2009-12-1’

There is some errors on finding the right mounth…

Regards,
JS

Can you provide list of all data request , to the server side, starting from the initial loading ?
Which starting-day is used in your case, monday or sunday ?