Top "Year2038" questions

The "Year 2038 problem", a.k.a. Unix Millennium Bug, affects systems that use a signed 32-bit integer for the number of seconds since the "unix epoch" or 00:00:00 January 1, 1970.

PHP & mySQL: Year 2038 Bug: What is it? How to solve it?

I was thinking of using TIMESTAMP to store the date+time, but I read that there is a limitation of …

php mysql year2038
Why do timestamps have a limit to 2038?

I just found out, running a calendar script, that timestamps in PHP has a limit to 2038. What does it really …

php timestamp year2038
Accessing dates in PHP beyond 2038

I am of of the understanding that due to the nature that PHP represents dates using milliseconds, you cannot represent …

php date time timestamp year2038
How to convert std::chrono::time_point to std::tm without using time_t?

I would like to print or extract year/month/day values. I don't want to use time_t because of …

c++ c++11 chrono year2038
When will System.currentTimeMillis() overflow?

I have a web app which orders stuff using a timestamp, which is just a long. My web app backend …

java time overflow year2038
HTML5 input type show only years

Maybe this question already asked but that not solve my problem. This is my query in input box i want …

html date year2038
How do you create a UTC time in C for a specific day, month and year?

How do I create a UTC time in C for the following date: 1st July 2038 using standard ANSI C function …

c date utc year2038
What should we do to prepare for 2038?

I would like to think that some of the software I'm writing today will be used in 30 years. But I …

unix time maintainability year2038