log-search: Not all servers are in UTC.

This commit is contained in:
Alex Vandiver 2022-05-05 12:22:23 -07:00 committed by Tim Abbott
parent 83077b15e1
commit bd298ba753
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ NGINX_LOG_LINE_RE = re.compile(
(?P<date> \d+/\w+/\d+ )
:
(?P<time> \d+:\d+:\d+ )
\s+ \+0000
\s+ [+-]\d+
\] \s+
"
(?P<method> \S+ )