Index: openacs-4/packages/calendar/www/view-week-display-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-week-display-postgresql.xql,v diff -u -r1.11 -r1.12 --- openacs-4/packages/calendar/www/view-week-display-postgresql.xql 12 Mar 2004 13:45:34 -0000 1.11 +++ openacs-4/packages/calendar/www/view-week-display-postgresql.xql 26 Aug 2008 22:35:12 -0000 1.12 @@ -14,6 +14,12 @@ from dual + + + + , extract(dow from start_date) as day_of_week + + @@ -22,8 +28,7 @@ coalesce(e.name, a.name) as name, coalesce(e.status_summary, a.status_summary) as status_summary, e.event_id as item_id, - (to_date(start_date,:ansi_date_format) - to_date(:first_weekday_of_the_week_tz, - :ansi_date_format)) as day_of_week, + extract(dow from start_date) as day_of_week, cals.calendar_id, cals.calendar_name, cit.type as item_type