I have a column in my MySQL database which has timestamp data in string format. I want to convert it into timestamp format.
Below is the sample data:
Date
--------------------------------
Fri Dec 14 14:11:43 IST 2018
Fri Dec 14 14:13:20 IST 2018
I'm expecting the result to be in the following format:
14-12-2018 14:11:43
14-12-2018 14:13:20