From 5f69b524a1b9570cd7da1585c056ad9fd875ec97 Mon Sep 17 00:00:00 2001 From: David Marx Date: Sun, 29 Apr 2018 11:03:02 -0700 Subject: [PATCH] Keeping local tz detection as default. --- psaw/PushshiftAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psaw/PushshiftAPI.py b/psaw/PushshiftAPI.py index 26de6a5..a4dbb82 100644 --- a/psaw/PushshiftAPI.py +++ b/psaw/PushshiftAPI.py @@ -14,7 +14,7 @@ class PushshiftAPIMinimal(object): backoff=2, rate_limit=1, max_results_per_request=500, - detect_local_tz=False, + detect_local_tz=True, utc_offset_secs=None ): assert rate_limit >=1