18 Oct
2007
18 Oct
'07
1:52 p.m.
Is there any reason that the pytz import is not required? I would like to add support for conversion to timezone aware datetimes, and would like to rely on pytz being available.
I believe that pytz ships with Zope 2.11. When I wrote my patch, it was designed to work with older versions of Zope that don't ship with pytz. That's why I didn't assume that pytz was available. -Amos