[Solved] Store bids in microtime [closed]


Assuming a MySQL database, why not simply have a TIMESTAMP column on your database: http://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html and leave MySQL to populate it for you

2

solved Store bids in microtime [closed]