mysql - Getting a 64-bit Unix Timestamp using 32-bit PHP -
mysql - Getting a 64-bit Unix Timestamp using 32-bit PHP -
i want timestamp database entries, mysql native types don't seem sufficient (datetime because want part independent, , timestamp because want code work after year 2038)
for reason, want store 64-bit unix timestamp in mysql bigint column. however, seems php timestamp functions homecoming 32-bit integers on 32-bit scheme (which running)
how can 64-bit unix timestamp using 32-bit php?
php mysql
Comments
Post a Comment