I have a sqlite (v3) table with this column definition:
\"timestamp\" DATETIME DEFAULT CURRENT_TIMESTAMP
The server that this database live
The current time, in your machine's timezone:
select time(time(), 'localtime');
As per http://www.sqlite.org/lang_datefunc.html