I just found out, running a calendar script, that timestamps in PHP has a limit to 2038. What does it really mean? Why is it 2038 instead of 2050 or 2039? Why a limit if tim开发者_如何学编程estamps ju
Will the php function time(); be functiona开发者_StackOverflow社区l after the year 2038?Of course, when the time comes PHP 42.1.3 will natively support 64-bit integers.Yes, it should be.
I am of of the understanding that due to the nature that PHP represents dates using milliseconds, you cannot represent dates past 2038.I have a problem where I want to calculate dates far in the futur
I\'ve been reading up on the Y2038 problem and I u开发者_StackOverflow社区nderstand that time_t will eventually revert to the lowest representable negative number because it\'ll try to \"increment\" t
Year 2038 Bug is all over the web, But this seems to be a unix issue. How will开发者_如何学编程 this affect java Date ?What makes you think it does?Java\'s Date class stores a 64-bit long (not 32-bit,
This is a bit of a whimsical question inspired in part by the publicity for the movie 2012 but it is one that could have real implications for software systems. (If not in 2012, then definitely in 203