Variable string of utc time - convert to CST

Does anyone know if it is possible using a function or some string manipulation, to take a date utc value and convert it to CST?

I have a custom action returning a datetime value and I am storing that in a string. The problem is it is showing 6 hours in the future because it is UTC:

Example dataset:
"createdon": "2018-01-09T03:54:03Z",

Thanks

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