SQL and datetime from unix (epoch) time Posted by user on 11 March 2017, 10:36 pm from here: SQLite SELECT datetime(MyColumn, “unixepoch”, “localtime”) FROM MyTable MySQL SELECT from_unixtime(MyColumn) FROM MyTable