Personal tools
Skip to content. | Skip to navigation
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
RPM build macros for Zope, Plone etc
The cmf.pt package allows using the Chameleon template engine with the Zope 2 CMF.
The DateTime package ==================== Encapsulation of date/time values. Function Timezones() -------------------- Returns the list of recognized timezone names: >>> from DateTime import Timezones >>> zones = set(Timezones()) Almost all of the standard pytz timezones are included, with the exception of some commonly-used but ambiguous abbreviations, where historical Zope usage conflicts with the name used by pytz: >>> import pytz >>> [x for x in pytz.all_timezones if x not in zones] ['CET', 'EET', 'EST', 'MET', 'MST', 'WET']
Document Templating Markup Language (DTML)