Index: openacs-4/packages/lorsm/www/tracking/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/tracking/Attic/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/tracking/index.tcl 27 Oct 2004 07:46:54 -0000 1.2 +++ openacs-4/packages/lorsm/www/tracking/index.tcl 2 Nov 2004 22:25:20 -0000 1.3 @@ -62,7 +62,7 @@ } time_spend { label "Time Spent" - display_eval {[lorsm::dates_calc -start_date [lc_time_fmt $start_time "%x %T"] -end_date [lc_time_fmt $end_time "%x %T"]]} + display_eval {[lorsm::dates_calc -start_date [string range $start_time 0 18] -end_date [string range $end_time 0 18]]} html { align center } } } @@ -101,6 +101,7 @@ } last_viewed { label "Last Viewed On" + display_eval {[lc_time_fmt $last_viewed "%x %X"]} } }