PHP year 2038 problem with 64bit MySQL can't insert date through PHPMyAdmin
I have a MySQL table which has a column called "created_at" which is a TIMESTAMP field. Whenever I try to insert datetime bigger than 2037 I get the following error: #1292 - Incorrect datetime value: '2039-06-18 16:54:35' for column 'created_at'…