It's kind of a silly question, but what would be the maximum INT value of a time() and it's future date, e.g.
1st January 2999
Would time() ever get to that value? Going for a large time() value would return this:
Thu 1st Jan 1970 1:00AM
A normal int date
1287320788 - outputs today's date: Sun 17th Oct 2010 2:06PM
But I'm only curious for the biggest int date and the last date.
time()? The biggest value it can make to a date is now9223372036854772207(04.12.292277026596 15:30:07) (very close to the 64 Bit Integer max value)