ZodでDateを扱う
zod.string().datetime()
zod.date()
Date
https://github.com/colinhacks/zod#dates
zod.coerce()
を使う
z.coerce.date()