date and time functions #3929
Unanswered
JeanMichelCot
asked this question in
Q&A
Replies: 1 comment
-
According to https://sqlite.org/lang_datefunc.html :
where the
None of above represents number of seconds (aka Unix time) that was returned from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SQLiteStudio 3.2.1 on Windows 10
In the editor, I tried
select datetime(strftime('%s','now'));
result NULL
Did this means the time value (in seconds) given by strftime() can't be the input time value for the datetime function ?
Thank's for help !
Beta Was this translation helpful? Give feedback.
All reactions