Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: comment epoch literals w/ RFC 3339 vals.
This commit removes some TODOs on `clippy::unreadable_literal` allows in the integration tests by adding RFC 3339 values in comments for each of the UNIX epoch literals. In an ideal world we'd specify the dates _as_ RFC 3339 date strings and parse them to a UNIX epoch, but doing so would require a new crate dependency. This approach makes the literals more readable and requires no new deps.
- Loading branch information