Open Issues Need Help
View All on GitHubAI Summary: The TypeBox schema for `Timestamp` is incorrectly defined as `Type.Number()`, but the benchmark test data provides `Date` objects. This mismatch likely causes validation and parsing failures for TypeBox in the benchmarks. The issue proposes fixing this by defining `Timestamp` to correctly expect `Date` objects.
Complexity:
1/5
bug good first issue