radreport Y2K

radreport Y2K

Post by Patrick Sonne » Thu, 27 Jan 2000 04:00:00



Is anyone using radreport 1.3?

It seems to have a Y2K bug in it.  It will not report on any data generated
after Jan 1st.
I can run reports against 1999 data just fine, but 2000 data is totally
ignored.

I do not have the skills as a PERL programmer to fix this.  If anyone has a
fix, I'd appreciate getting it.

Thanks.

 
 
 

radreport Y2K

Post by Stephen Montgomery-Smit » Fri, 28 Jan 2000 04:00:00



> Is anyone using radreport 1.3?

> It seems to have a Y2K bug in it.  It will not report on any data generated
> after Jan 1st.
> I can run reports against 1999 data just fine, but 2000 data is totally
> ignored.

> I do not have the skills as a PERL programmer to fix this.  If anyone has a
> fix, I'd appreciate getting it.

> Thanks.

I have a Y2K fix for radreport 1.3.  

On line 828, the snippet
19(\d{2})
needs to be changed to
(\d{4})

and then on line 831, the snippet
$7
needs to be changed to
$7-1900

--




University of Missouri-Columbia
Columbia, MO 65211
USA

Phone (573) 882 4540
Fax   (573) 882 1869

http://www.math.missouri.edu/~stephen