Remove Secondary Verification filer should escape date/time values. Since these values are always created by the software (as opposed to end users), they should never contain quotes/semicolons (which would cause MySQL errors), but it's good programming practices to escape everything to be on the safe side.
Anonymous