I have a sqlite (v3) table with this column definition:
\"timestamp\" DATETIME DEFAULT CURRENT_TIMESTAMP
The server that this database live
I think this might help.
SELECT datetime(strftime('%s','now'), 'unixepoch', 'localtime');