Index: openacs-4/packages/calendar/www/view-list-display-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/view-list-display-postgresql.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/calendar/www/view-list-display-postgresql.xql 9 Sep 2003 09:12:54 -0000 1.5 +++ openacs-4/packages/calendar/www/view-list-display-postgresql.xql 9 Jan 2004 23:11:23 -0000 1.6 @@ -26,8 +26,8 @@ and s.interval_id = t.interval_id and e.activity_id = a.activity_id and ci.cal_item_id= e.event_id -and (start_date > to_date(:start_date,:date_format) or :start_date is null) and - (start_date < to_date(:end_date,:date_format) or :end_date is null) +and (start_date > to_date(:start_date,'YYYY-MM-DD HH24:MI') or :start_date is null) and + (start_date < to_date(:end_date,'YYYY-MM-DD HH24:MI') or :end_date is null) and cals.calendar_id = ci.on_which_calendar $calendars_clause order by $sort_by