In Python, if I have a unix timestamp, how do I insert that into a MySQL datetime field?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-17T07:28:03Z Indexed on 2010/03/17 7:31 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

I am using Python MySQLDB, and I want to insert this into DATETIME field in Mysql . How do I do that with cursor.execute?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database