I have customized an SSI template that I use on my home page to show next week's events. It has been working well.
However, today, I'm getting an error:
Day '00' out of range 1..31 at /cgi/calendarscript/lib/TimeLocal.inc line 58.
I'm using the following construction in my getEvents call:
&getEvents( {'duration'=>$in{duration} , range=>'week' , month=>$NEXT_WEEK_MONTH , date=>$NEXT_WEEK_DATE , year=>$NEXT_WEEK_YEAR} );
It has been working; I suspect a leap year problem, as "next week" from today is 2/29/2004.
Any thoughts?
Other debug info:
* The server is Apache on Linux.
* I'm viewing the page(s) with Mozilla 1.6.
Kent