Big fan of this library of tests, but I've run into some problems running them. The CRS_Tests.py is creating a regex for a date format in the logs. Modsecurity 3.0 logs don't seem to match this format in my error.log file. Modsecurity (for me?) is in the format %Y/%m/%d %H:%M:%S. But in CRS_Tests.py, we compare against self.start and self.end which has milliseconds. I cannot find a way to compare log_date to self.start and self.end. Has anyone come across this issue before?