> 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 _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
