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.2.2 -r1.19.2.3 --- openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl 20 Nov 2019 13:59:30 -0000 1.19.2.2 +++ openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl 18 Aug 2020 18:16:00 -0000 1.19.2.3 @@ -247,6 +247,7 @@ incr year set month 01 } else { + scan $month %d month incr month } @@ -268,6 +269,7 @@ set year [expr {$year - 1}] set month 12 } else { + scan $month %d month set month [expr {$month - 1}] }