1 <TITLE>CGIWrap - Year 2000 Issues</TITLE> 2 <CENTER><H2>CGIWrap - Year 2000 Issues</H2></CENTER> 3 <HR><P> 4 5 As far as I know, cgiwrap is as y2k compliant as the C libraries on the 6 machine it was compiled on. The only place it uses a date is in it's 7 logging routine, and it uses the "ctime" and "time" functions. 8 <P> 9 Worst case scenario, presuming the system libraries are terribly 10 non-compliant, is just disable the printing of the time and date in the 11 logging routine.