| |
| | The Year 2038 Problem |
 | | Year 2038 bugs, on the other hand, occur when a program reads in a date and carries it around from one part of itself to another. |
 | | A program storing these dates as days, months, and years would first have to compare the years, then compare the months if the years were the same, then compare the days if the months were the same, for a total of 3 comparison operations. |
 | | So, even if you were to fix every Year 2000 Bug in a program in such a way that users and databases could use years as large as 9999, it wouldn't even brush on any of the Year 2038 Bugs lurking within the same program. |
| pw1.netcom.com /~rogermw/Y2038.html (1727 words) |
|