fritz
select users.username, users.description, shell_history.*, strftime("%Y-%m-%d %H:%M:%S", shell_history.time, "unixepoch") AS human_time from users, shell_history where users.uid = shell_history.uid;