Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -N -r1.75 -r1.76 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 28 Jul 2007 13:01:57 -0000 1.75 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 29 Jul 2007 20:17:01 -0000 1.76 @@ -744,9 +744,9 @@ if {[string match "::*" $name]} continue if {$content_type eq "::xowiki::PageTemplate::"} continue - regexp {^([^.]+)[.][0-9]+(.*)$} $last_modified _ time tz - + set time [::xo::db::tcl_date $last_modified tz] set time "[clock format [clock scan $time] -format {%Y-%m-%dT%T}]${tz}:00" + append content \n\ [::$package_id pretty_link -absolute true $name] \n\ $time \n\ @@ -783,7 +783,7 @@ "select last_modified from acs_objects where package_id = $package_id \ order by last_modified desc limit 1"] - regexp {^([^.]+)[.][0-9]+(.*)$} $last_modified _ time tz + set time [::xo::db::tcl_date $last_modified tz] set time "[clock format [clock scan $time] -format {%Y-%m-%dT%T}]${tz}:00" #my log "--site_node::get_from_object_id -object_id $package_id"