Datetime Truncated while parsing JSON

I am making an API call and receiving a json response. When I look at the raw data the datetime fields are full datetime strings but when I use Parse Json they are truncated into just the date.

Is there a way to force the Parse JSON into making it datetime.

The datetime format is

                  "closeDate":  "2019-12-04T19:11:04.157",

Hi @pgoulding and welcome to the community!

Have you tried to change the format of that column to the one that contains time?

Like this: