generated at
2/21/2025, 9:13:07 PM
ZodでDateを扱う
zod.string().datetime()
zod.date()
Date
https://github.com/colinhacks/zod#dates
zod.coerce()
を使う
z.coerce.date()