S.Date.pipe(
S.annotations({
[A.ArbitraryHookId]: (): A.Arbitrary<Date> => (fc) => fc.date({ min: new Date(1900, 0, 1), max: new Date() })
})
)
S.Date.pipe(
S.annotations({
[A.ArbitraryHookId]: (): A.Arbitrary<Date> => (fc) => fc.date({ min: new Date(1900, 0, 1), max: new Date() })
})
)