DateTime 5.5
0
This package provides a DateTime data type, as known from Zope. Unless you need to communicate with
Contents
This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Stars: 19, Watchers: 19, Forks: 25, Open Issues: 0The zopefoundation/DateTime
repo was created 11 years ago and the last code push was 1 months ago. The project is not very popular with only 19 github stars!
How to Install datetime
You can install datetime using pip
pip install datetime
or add it to a project with poetry
poetry add datetime
Package Details
- Author
- Zope Foundation and Contributors
- License
- ZPL 2.1
- Homepage
- https://github.com/zopefoundation/DateTime
- PyPi:
- https://pypi.org/project/DateTime/
- GitHub Repo:
- https://github.com/zopefoundation/DateTime
Classifiers
Related Packages
Errors
A list of common datetime errors.
Code Examples
Here are some datetime
code examples and snippets.