It's easy for the config entry to recycle audits after a huge number of days. For example, a number of days less than the unix epoch once subtracted from the current time. Such a number will generate errors in the cron job audit recycling query. So, limit queries to use a datetime newer than the unix epoch to compensate.
Eloquent already does this for us automatically by calling __toString() on Carbon instances with the default format being the same as the mysql timestamp format.
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request