Query date and time (SQLite)

try:

SELECT datetime(t_stamp/1000, 'unixepoch');
1 Like