From c27305bccf8230246bfca4dfad152037d4aabc3a Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sun, 8 May 2011 11:47:16 +0000 Subject: [PATCH] I should have removed _tzinfo when I said so --- src/DateTime/DateTime.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DateTime/DateTime.py b/src/DateTime/DateTime.py index d0988d6..cf7eaf8 100644 --- a/src/DateTime/DateTime.py +++ b/src/DateTime/DateTime.py @@ -419,7 +419,6 @@ class DateTime(object): # For backward compatibility only: _isDST = localtime(time())[8] _localzone = _isDST and _localzone1 or _localzone0 - _tzinfo = PytzCache() # Limit the amount of instance attributes __slots__ = (