Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.52 -r1.53 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 22 Jan 2018 09:42:31 -0000 1.52 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 6 Apr 2018 15:12:00 -0000 1.53 @@ -588,7 +588,8 @@ } # replace the minute value in the now list with new value - set now [lreplace $now 4 4 $minute] + #set now [lreplace $now 4 4 $minute] + lset now 4 $minute return [create {*}$now] }