Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.61.2.24 -r1.61.2.25 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 14 Jul 2022 14:30:52 -0000 1.61.2.24 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 14 Jul 2022 15:17:09 -0000 1.61.2.25 @@ -508,6 +508,12 @@
Pluggable filter, installed by default, that makes sure that argument contains a non-external url, which can be used in ad_returnredirect without throwing an error. +
clock +
Pluggable filter, installed by default, that makes sure that + argument is a time string formatted according to the format + specified in the flag. The format uses the syntax from the clock + Tcl command. Usage example time:clock(%H:%M:%S). + more filters...