Const
Zod schema for validating creation timestamps.
Validates that the value is a valid Date object. Used to track when entities are created.
const timestamp = CreatedAt.parse(new Date()); Copy
const timestamp = CreatedAt.parse(new Date());
makeCreatedAt for factory function
Zod schema for validating creation timestamps.