I think the MySQL version is probably OK, as those numbers are recorded in a BIGINT column.
Its more likely to be the “2038” problem, where PHP on 32bit systems and windows has a maximum timestamp value of INT32
Whats your environment?
I think the MySQL version is probably OK, as those numbers are recorded in a BIGINT column.
Its more likely to be the “2038” problem, where PHP on 32bit systems and windows has a maximum timestamp value of INT32
Whats your environment?