diff --git a/warcprox/warcproxy.py b/warcprox/warcproxy.py index 6dd58b6..05eb8b7 100644 --- a/warcprox/warcproxy.py +++ b/warcprox/warcproxy.py @@ -367,7 +367,7 @@ class WarcProxyHandler(warcprox.mitmproxy.MitmProxyHandler): status=code, client_ip=self.client_address[0], method=self.command, - timestamp=None, + timestamp=doublethink.utcnow(), host=self.hostname, duration=None, referer=self.headers.get('referer'),