Running Time and Date in SQLITE
-
wrote on 16 Jul 2017, 00:08 last edited by
Good day!
I am making a monitoring system and I need to make my date and time running in the database.here is my code.
date = str(datetime.datetime.fromtimestamp(k).strftime('%b %d, %Y %I:%M:%S %p')) `` Thanks in advance! :)
-
Hi,
What is your question exactly ?
-
wrote on 17 Jul 2017, 07:30 last edited by
Even though there is no question I'll go ahead and guess
date.toString(Qt::ISODate)
is what you need.
1/3