So I have a csv file containing a column with datetime as values. The format was mm/dd/yyyy, hh:mm:ss. I want to export it to mysql but it won't accept this format. Acceptable format is yyyy-mm-dd hh:mm:ss. I already tried changing the format via the custom formatting but nothing changes. Are there alternative ways to change it?
Screenshot of the file: image