bqallover Posted October 27, 2006 Share Posted October 27, 2006 Hello!I'm currently working on a PHP/MySQL app that needs to be able to handle arbitrary dates, possibly WAY in the past or future - beyond the 1901-2038 of 32-bit unix time and the 1901-2155 of MySQL.I know that I can store the dates as strings and solve my problem that way, but then I miss out on the existing datetime functions.Does anyone know of a workaround to this, e.g. forcing PHP to use 64-bit timestamps?, etc. Or am I stuck with storing as strings?Thanks. Link to comment https://forums.phpfreaks.com/topic/25257-representing-distant-pastfuture-datetimes/ Share on other sites More sharing options...
bqallover Posted October 30, 2006 Author Share Posted October 30, 2006 *bump*. Anyone? Link to comment https://forums.phpfreaks.com/topic/25257-representing-distant-pastfuture-datetimes/#findComment-117009 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.