How to convert the UTC to the normal DateTime format?

Hi @eimon,

Try to use the Conversion syntax to change the whichever date format into the required format.
I have implemented the logic & hope this is what your looking for.

User this syntax: Convert.ToDateTime(inputDate).toString(“MM/dd/yy hh:mm:ss”)

If facing any other issues, reply back.

Thanks,
Ashwin