I have a sqlite (v3) table with this column definition:
\"timestamp\" DATETIME DEFAULT CURRENT_TIMESTAMP
The server that this database live
SELECT datetime(CURRENT_TIMESTAMP, 'localtime')