Date
objects are nicer to work with than date strings
Published on in JavaScript, TypeScript and Zod
When parsing data,
date strings should likely be converted to Date
objects.
But beware mutations.