Hello Fellas,
I have a column with already given date values based on UTC time.
to keep it simple, a Sample of it:
2021-08-19T14:55:34.6342215+00:00
Is there a way to convert it to a different format such: "2021-08-19 14:5434"
or is the only method to do this is by using Regex ? What is the best practice?