Index: openacs-4/packages/calendar/tcl/calendar-display-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/Attic/calendar-display-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/calendar/tcl/calendar-display-procs-postgresql.xql 14 May 2002 05:06:29 -0000 1.2 +++ openacs-4/packages/calendar/tcl/calendar-display-procs-postgresql.xql 15 May 2002 20:32:19 -0000 1.3 @@ -7,6 +7,8 @@ select to_char(start_date, 'J') as start_date, + to_char(start_date, 'HH:MIpm') as start_time, + to_char(end_date, 'HH:MIpm') as end_time, coalesce(e.name, a.name) as name, coalesce(e.description, a.description) as description, coalesce(e.status_summary, a.status_summary) as status_summary, @@ -24,7 +26,7 @@ from cal_items where on_which_calendar = :calendar_id ) - + order by start_date,end_date