Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.148.2.36 -r1.148.2.37 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 23 Mar 2021 14:46:16 -0000 1.148.2.36 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 2 Sep 2021 16:41:08 -0000 1.148.2.37 @@ -75,7 +75,7 @@ switch -- $type { string { set type text } long_text { set type text } - date { set type "timestamp with time zone" } + date { set type "timestamp with timezone" } ltree { set type [expr {[::xo::dc has_ltree] ? "ltree" : "text" }] } default { return [next] } }