Y2K Readiness Center

WELCOME TO THE NETDATALAB Y2K READINESS CENTER

This page provides legacy-style guidance for preparing computers, web servers, scripts, databases, and network systems for the year 2000 rollover.

Recommended display: 800x600
Recommended browser: Internet Explorer 5.x or Netscape Navigator
Current lab mode: pre-rollover verification

Important Notice:
The year 2000 problem may affect systems that store years using only two digits. Systems should be reviewed before midnight on 12/31/99.

Y2K Status Dashboard

System Status Action Required
Web Server Review Confirm logs display four-digit years
Database Pending Check date fields and report sorting
Backup Jobs Review Verify filenames do not overwrite older backups
Guestbook Testing Confirm post timestamps after rollover
Visitor Counter Unknown Monitor for reset to zero
Network Devices Manual Check Review syslog timestamps and scheduled tasks

Readiness Checklist

  1. Inventory systems that store or display dates.
  2. Identify scripts using two-digit year formats.
  3. Verify operating system date handling.
  4. Check BIOS and hardware clocks where applicable.
  5. Review database fields, reports, and exports.
  6. Test backup names using dates after 01/01/00.
  7. Review logs for correct four-digit year output.
  8. Print emergency contact information before rollover.
  9. Perform test rollover in a controlled lab environment.
  10. Document all results for the webmaster archive.

Legacy Script Review

Review any script that calculates dates using short year values such as 99, 00, or 01.

Common problem examples:

Console Output

NETDATALAB Y2K CHECK UTILITY v1.00 Checking system clock ............ OK Checking four-digit year support . REVIEW Checking guestbook timestamps .... PENDING Checking archive folder names .... REVIEW Checking visitor counter ......... UNKNOWN WARNING: Some legacy components may require manual verification. Press any key to continue...

Suggested File Naming

Old Format Problem Recommended Format
991231.log Sort order may break after 2000 1999-12-31.log
000101.bak May appear older than 1999 files 2000-01-01.bak
report_00.txt Century is unclear report_2000.txt

Emergency Plan

  1. Do not panic.
  2. Do not change production clocks repeatedly.
  3. Record screenshots or printed output.
  4. Check the backup system before restoring anything.
  5. Review web, database, and system logs.
  6. Escalate to the server administrator if dates show 1900.

Related NetDataLab Pages