Currently, we deal with three types of dates in the Arrest Log Reports.
The date of the arrest
The date the arrest log was published
The date our script scraped the arrest log
We currently use 2 as the source of truth for where we get our dates (we store this in the database), but this is not always accurate. For example, there might be an arrest that happened on 7-12-2021 that is included in the report published on 7-13-2021. This may be due to processing time or if the report for the day had already been published, the rest of the arrests of that day are just rolled into the next.
Context
Currently, we deal with three types of dates in the Arrest Log Reports.
We currently use 2 as the source of truth for where we get our dates (we store this in the database), but this is not always accurate. For example, there might be an arrest that happened on 7-12-2021 that is included in the report published on 7-13-2021. This may be due to processing time or if the report for the day had already been published, the rest of the arrests of that day are just rolled into the next.
Potential Solutions