"Fossies" - the Fresh Open Source Software Archive 
Member "cgiwrap-4.1/doc/y2k" (16 Jun 2008, 502 Bytes) of package /linux/www/old/cgiwrap-4.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 CGIWrap - Year 2000 Issues
2 __________________________________________________________________
3
4 As far as I know, cgiwrap is as y2k compliant as the C libraries on the
5 machine it was compiled on. The only place it uses a date is in it's
6 logging routine, and it uses the "ctime" and "time" functions.
7
8 Worst case scenario, presuming the system libraries are terribly
9 non-compliant, is just disable the printing of the time and date in the
10 logging routine.