top | item 9206189

RFC 2550 – Y10K and Beyond (1999)

25 points| slyfocks | 11 years ago |tools.ietf.org | reply

11 comments

order
[+] _jomo|11 years ago|reply
You can already hit these problems today. People always think about the current date, although there very valid are reasons to store future (or past) dates.

For example, if you're are a scientist you might want to calculate where planet xyz is in 100,000 years - and store that date on your computer, today.

[+] perlgeek|11 years ago|reply
One doesn't have to go that far. Mortgages, life insurance, annuity assurance and the like can run for more than the mere 23 years that are between now and 2038.

Heck, I won't even be retired in 2038 if things continue to work as they do now.

[+] cs-|11 years ago|reply
And then you would of course use a toolbox (or make one) that supports large dates, or even work with other time units (ie. D)
[+] polskibus|11 years ago|reply
Please label this as 1999, April Fool's Day .
[+] cs-|11 years ago|reply
We're 16 days behind 1st of April, at the time of this writing...
[+] peri|11 years ago|reply
And should expect more novel NTP and time issues before it.
[+] thomasfoster96|11 years ago|reply
It's interesting seeing how Wikidata has been storing dates. They store things like the time that the universe started as a date, which means the year is about 11 digits.

JavaScript's Date object doesn't like such big dates - I don't think it works with anything greater than a few hundred million years.