How to convert "/" separated string to time data

I want to convert string to timestamp(ISO8601) data
My message looks like:
/2018/01/11/08/39/02

How to convert /2018/01/11/08/39/02 to 2018-01-11 08:39:02?

Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.