Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl,v diff -u -r1.4.2.8 -r1.4.2.9 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 5 Apr 2004 17:12:03 -0000 1.4.2.8 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 7 Apr 2004 15:57:13 -0000 1.4.2.9 @@ -642,6 +642,9 @@ # append the properties into response set all_properties [list] + # hack to get the OS time zone to tack on the end of oracle timestamps + # until we stop supporting oracle 8i + set os_time_zone [clock format [clock seconds] -format %Z] db_foreach get_properties "" { set name $name set etag "1f9a-400-3948d0f5"