Index: openacs-4/packages/calendar/www/view-one-day-display-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/view-one-day-display-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/calendar/www/view-one-day-display-oracle.xql 26 Jul 2003 21:58:27 -0000 1.1 +++ openacs-4/packages/calendar/www/view-one-day-display-oracle.xql 11 Aug 2003 12:14:16 -0000 1.2 @@ -5,7 +5,7 @@ - select to_char(start_date, 'YYYY-MM-DD HH24:MI:SS') as ansi_start_date, +select to_char(start_date, 'YYYY-MM-DD HH24:MI:SS') as ansi_start_date, to_char(end_date, 'YYYY-MM-DD HH24:MI:SS') as ansi_end_date, nvl(e.name, a.name) as name, nvl(e.status_summary, a.status_summary) as status_summary, @@ -14,9 +14,7 @@ on_which_calendar as calendar_id, (select calendar_name from calendars where calendar_id = on_which_calendar) - as calendar_name, - to_char(timezone.local_to_utc(timezone.get_id(:timezone),to_date(:current_date,:date_format)),'YYYY-MM-DD HH24:MI:SS') as start_interval, - to_char(timezone.local_to_utc(timezone.get_id(:timezone),to_date(:current_date,:date_format) + (24 - 1/3600)/24),'YYYY-MM-DD HH24:MI:SS') as end_interval + as calendar_name from acs_activities a, acs_events e, timespans s, @@ -26,8 +24,8 @@ and s.interval_id = t.interval_id and e.activity_id = a.activity_id and start_date between - timezone.local_to_utc(timezone.get_id(:timezone),to_date(:current_date,:date_format)) and - timezone.local_to_utc(timezone.get_id(:timezone),to_date(:current_date,:date_format) + (24 - 1/3600)/24) + to_date(:current_date,:date_format) and + (to_date(:current_date,:date_format) + (24 - 1/3600)/24) and cal_items.cal_item_id= e.event_id and e.event_id in (