I'm using python to take data from a csv and putting it into a MySQL database. The csv has timestamps in the format dd-mm-YYYY HH:mm. I'd like to put the value of these cells into the database as TIMESTAMP (so I'd want YYYY-mm-dd HH:mm:00).I'm using python to take data from a csv and pu