[Zope-Checkins] CVS: Zope/lib/python/DateTime - DateTime.py:1.79.6.2
Lennart Regebro
lennart@torped.se
Sat, 19 Oct 2002 06:10:41 -0400
Update of /cvs-repository/Zope/lib/python/DateTime
In directory cvs.zope.org:/tmp/cvs-serv10611
Modified Files:
Tag: Zope-2_6-branch
DateTime.py
Log Message:
=== Zope/lib/python/DateTime/DateTime.py 1.79.6.1 => 1.79.6.2 ===
--- Zope/lib/python/DateTime/DateTime.py:1.79.6.1 Tue Oct 15 14:32:36 2002
+++ Zope/lib/python/DateTime/DateTime.py Sat Oct 19 06:10:41 2002
@@ -1438,7 +1438,7 @@
def rfc822(self):
"""Return the date in RFC 822 format"""
if self._tz == self._localzone0: #Use local standard time
- tzoffset = _tzoffset2rfc822zone(localzone)
+ tzoffset = _tzoffset2rfc822zone(timezone)
elif self._tz == self._localzone1: # Use local daylight saving time
tzoffset = _tzoffset2rfc822zone(altzone)
else: