Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs-postgresql.xql 1 Apr 2002 23:45:43 -0000 1.2 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs-postgresql.xql 26 Apr 2002 21:43:03 -0000 1.3 @@ -34,7 +34,11 @@ next_day(to_date(:current_date, 'yyyy-mm-dd')-7, 'Sunday') + 6 as saturday_date, to_char(next_day(to_date(:current_date, 'yyyy-mm-dd')-7, 'Sunday') + 6,'J') -as saturday_julian +as saturday_julian, +:current_date - '7 days'::reltime as last_week, +to_char(:current_date - '7'days'::reltime, 'Month DD, YYYY') as last_week_pretty, +:current_date + '7 days'::reltime as next_week, +to_char(:current_date + '7'days'::reltime, 'Month DD, YYYY') as next_week_pretty from dual