Web500gw-2.1b3 has a Y2K date handling problem. Check the util.c code for
lines similar to,

tm.tm_mon  = 10*(s[ds_off] - '0')    + (s[ds_off+1] - '0') - 1;

which are patches to allow the proper handling of 4-digit years. If none
are found, then backup the original util.c and apply the util.c.diffs file.
The changes have been verified against OpenLDAP-1.2.7, UMich-3.3, and NS-3.11.
Note that UMich-3.3 stores dates with only 2-digit years.

Without these patches, Web500gw will incorrectly display Y2K dates as dates
in 1969 instead.
