Use DateTime type for all timestamps in Models
The Timestamps in the DMA have been standardized to use the ISO timestamp format. We can remove the timestamp parsing from the client and simply use the pydantic datetime type to parse all timestamps now.