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 -N -r1.19 -r1.19.2.1 --- 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 14 Feb 2019 16:15:00 -0000 1.19.2.1 @@ -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] }