Index: openacs-4/packages/acs-lang/tcl/localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/localization-procs.tcl,v diff -u -N -r1.29.2.12 -r1.29.2.13 --- openacs-4/packages/acs-lang/tcl/localization-procs.tcl 18 May 2020 21:20:20 -0000 1.29.2.12 +++ openacs-4/packages/acs-lang/tcl/localization-procs.tcl 3 Jul 2020 07:53:44 -0000 1.29.2.13 @@ -520,7 +520,7 @@ using the OpenACS timezone setting and user's preference @param time_value Timestamp from conn input in the ISO datetime format. - @return Timestamp in the database's time zone, also in ISO datetime format. + @return Timestamp in the database's timezone, also in ISO datetime format. } { if { ![ad_conn isconnected] } { return $time_value @@ -629,7 +629,7 @@ {-standard "decimal"} } { - Transforms data size, provided in non-negative bytes, to KB, MB... up to YB. + Transforms data size, provided in nonnegative bytes, to KB, MB... up to YB. @param size Size in bytes @param precision Numbers in the fractional part