Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.63.2.18 -r1.63.2.19 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 30 Jan 2022 14:38:58 -0000 1.63.2.18 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 2 Nov 2022 08:38:34 -0000 1.63.2.19 @@ -834,7 +834,7 @@ } } - if { $year ne {} && $year < 0 } { + if { $year ne {} && $year < 1 } { lappend error_msg [_ acs-templating.Year_must_be_positive] }