*** support.c.old Wed Dec 8 12:55:09 1999 --- support.c Wed Dec 8 12:55:27 1999 *************** *** 512,518 **** time(&now); tm = *(localtime(&now)); ! tm.tm_year = atoi(safe_token(&cp)) % 100; tm.tm_mon = atoi(safe_token(&cp)); tm.tm_mday = atoi(safe_token(&cp)); tm.tm_hour = atoi(safe_token(&cp)); --- 512,518 ---- time(&now); tm = *(localtime(&now)); ! tm.tm_year = atoi(safe_token(&cp)) - 1900; tm.tm_mon = atoi(safe_token(&cp)); tm.tm_mday = atoi(safe_token(&cp)); tm.tm_hour = atoi(safe_token(&cp));