I have metric dimension, start_time coming from SQL extension which is a string, format is 'mm/dd/yyyy hh24:mi:ss'. I need to convert it to timestamp and then get the duration from the current time to identify if the job is running long. Could anyone please help how can I convert this string to timestamp ? Thanks in advance.