Index: openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl 24 Jul 2018 08:24:07 -0000 1.19 +++ openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl 3 Dec 2018 17:13:49 -0000 1.20 @@ -552,6 +552,8 @@ Used to get around Tcl interpreter problems w/ thinking leading zeros are octal. We could just use validate_integer, but it runs one extra regexp that we don't need to run. + + @see util::trim_leading_zeros } { return [util::trim_leading_zeros $string] }