From 68c9c012efb84817685a889f100d207cc75fb2c2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 10 Oct 2018 16:51:11 +0200 Subject: Add timezone to logger dates UTC everywhere. Make that clear. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2b8ff6f..0ca55f8 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( 'warcio', 'html5lib>=0.999999999', 'bottom', + 'pytz', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3