To change the values in the database, use the UPDATE command:
UPDATE MyTable SET MyColumn = datetime(MyColumn, 'unixepoch', 'localtime')
To change the values in the database, use the UPDATE command:
UPDATE MyTable SET MyColumn = datetime(MyColumn, 'unixepoch', 'localtime')