mirror of https://github.com/zulip/zulip.git
log-search: Not all servers are in UTC.
This commit is contained in:
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+ )
|
||||||
|
|
Loading…
Reference in New Issue