mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
log-search: Not all servers are in UTC.
This commit is contained in:
committed by
Tim Abbott
parent
83077b15e1
commit
bd298ba753
@@ -90,7 +90,7 @@ NGINX_LOG_LINE_RE = re.compile(
|
|||||||
(?P<date> \d+/\w+/\d+ )
|
(?P<date> \d+/\w+/\d+ )
|
||||||
:
|
:
|
||||||
(?P<time> \d+:\d+:\d+ )
|
(?P<time> \d+:\d+:\d+ )
|
||||||
\s+ \+0000
|
\s+ [+-]\d+
|
||||||
\] \s+
|
\] \s+
|
||||||
"
|
"
|
||||||
(?P<method> \S+ )
|
(?P<method> \S+ )
|
||||||
|
|||||||
Reference in New Issue
Block a user