Is there a constant for "end of time"?
- by Nick Rosencrantz
For some systems, the time value 9999-12-31 is used as the "end of time" as the end of the time that the computer can calculate. But what if it changes? Wouldn't it be better to define this time as a builtin variable?
In C and other programming languages there usually is a variable such as MAX_INT or similar to get the largest value an integer…