Hello I tried to convert an epoch time with a timestamp in milliseconds like 
1393732179010 to a correct date but it seems like that the function:
SELECT datetime(1393732179010, 'unixepoch', 'localtime');
is not able to detect ms resolution and incorrectly reports a negative date.

How can I tell sqlite to interpret timestamp in ms?
Thanks.
--
Marco Bambini
http://www.sqlabs.com
http://twitter.com/sqlabs
http://instagram.com/sqlabs



Reply via email to