diff --git a/plugin/pkg/replacer/replacer.go b/plugin/pkg/replacer/replacer.go index 428bbca92..b9e1fcaa6 100644 --- a/plugin/pkg/replacer/replacer.go +++ b/plugin/pkg/replacer/replacer.go @@ -164,6 +164,6 @@ func addrToRFC3986(addr string) string { } const ( - timeFormat = "2006/01/02 15:04:05" + timeFormat = "02/Jan/2006:15:04:05 -0700" headerReplacer = "{>" )