Andrew Melton 00c54c9f79 Using audit_period_ending in _verify_for_delete
The previous logic used the raw's timestamp, which could end up
    slightly outside of the audit period. This would give us a
    small window where a delete could happen outside of the
    audit period, but we'd still detect it. The new logic uses
    the exact end of the audit period.
2013-04-01 16:33:04 -04:00
..