Found a way to do this.
This Topic (On Date String conversion) Demonstrates how to format JSON so that it converts to a TIMESTAMP during Physical DataSet creation.
By providing dates in this JSON format,
Dremio will create a TIMESTAMP datatype
{"CreationDate":{"$date":"2022-03-25T10:15:30Z"}}
Thanks
Wayne