Value gets changed from actual

@Gokul001
my input has from JSON is below, which is getting changed to “08/24/2022 05:30:00” now when I used the code provided by you it’s getting output as “2022-08-24T05:30:00.000+0000” but I need the below as output.

2022-08-24T00:00:00.000+0000

P.S in my build DT should I changed the data type from string to something else?