Hacker News new | ask | show | jobs
by panzi 17 days ago
I also want to be able to debug the database in an SQL console with nice looking date-times.
1 comments

You can already do that: https://sqlite.org/lang_datefunc.html
Just to state the obvious, you can create a view which uses these functions to make your integer date/times readable, and then debugging is easy.