(03-09-2018, 02:00 PM)InsiteFX Wrote: Here are a couple more SQL Selects you can try: PHP Code:SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime FROM `table`;SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime, TIMESTAMP mod 1000 as msec FROM `table`;
SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime FROM `table`;SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime, TIMESTAMP mod 1000 as msec FROM `table`;