Y
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
thaumasiotes
17 days ago
You can already do that:
https://sqlite.org/lang_datefunc.html
link
masfuerte
17 days ago
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.
link