How to install zope.datetime
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.datetime
Depended by
- collective.cmisbrowser
- cykooz.thumbs
- isotoma.depends.plone4_1
- kss.core
- lazr.exportedfolder
- m01.fs
- m01.grid
- p01.fsfile
- Products.Archetypes
- txAWS
- z3c.blobfile
- z3c.extfile
- z3c.image
- z3ext.cacheheaders
- z3ext.content.attachment
- z3ext.filefield
- z3ext.persistentresource
- z3ext.personal.core
- z3ext.personal.profile
- zc.datetimewidget
- zope.app.file
- zope.app.folder
- zope.app.form
- zope.app.publisher
- zope.app.versioncontrol
- zope.dublincore
- zope.formlib
- zope.httpformdate
- ztfy.file
- ztfy.utils
Lastest release
Commonly used date and time related utility functions.
CHANGES
4.0.0 (2013-02-19)
- Added support for Python 3.2 and 3.3. (Experimental)
- Dropped support for Python 2.4 and 2.5.
3.4.1 (2011-11-29)
- Added test cases from LP #139360 (all passed without modification to the parse function).
- Remove unneeded zope.testing dependency.
3.4.0 (2007-07-20)
- Initial release as a separate project.