Skip to content

Commit

Permalink
Fix timezone in web combined JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
bt committed Sep 22, 2018
1 parent 69cd9f1 commit d92f89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/combined-json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_raw": "%HostName% - %UserId% [%Timestamp:02/Jan/2006:15:04:05 -0700%] \"%HttpMethod% %Url% HTTP/1.1\" %StatusCode% %ResourceSize% \"%Referer%\" \"%UserAgent%\"",
"_time": "%Timestamp:2006-01-02T15:04:05Z%",
"_time": "%Timestamp:2006-01-02T15:04:05Z07:00%",
"clientip": "%HostName%",
"ident": "-",
"auth": "-",
Expand Down

0 comments on commit d92f89a

Please sign in to comment.