SELECT running, direction, strftime('%d-%m-%Y %H:%M:%S', datetime(timestamp/1000, 'unixepoch')) to_date FROM "raw_send_out" ORDER BY "id" DESC LIMIT 0, 30
- timestamp คือ ชื่อ column เก็บข้อมูล
- to_date คือชื่อฟิลด์เก็บข้อมูลอันใหม่ที่จะแสดง date time ออกมา
https://stackoverflow.com/questions/33114055/how-to-convert-timestamp-to-string-in-sqlite/3311408