https://github.com/zopefoundation/datetime
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.
https://github.com/zopefoundation/datetime
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zopefoundation/datetime
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T13:49:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:52:37.000Z (about 1 year ago)
- Last Synced: 2025-10-01T00:28:48.887Z (8 months ago)
- Language: Python
- Homepage:
- Size: 404 KB
- Stars: 19
- Watchers: 66
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/zopefoundation/DateTime/workflows/tests/badge.svg
:target: https://github.com/zopefoundation/DateTime/actions?query=workflow%3Atests
:alt: CI status
.. image:: https://img.shields.io/pypi/v/DateTime.svg
:target: https://pypi.org/project/DateTime/
:alt: Current version on PyPI
.. image:: https://img.shields.io/pypi/pyversions/DateTime.svg
:target: https://pypi.org/project/DateTime/
:alt: Supported Python versions
DateTime
========
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.
For further documentation, please have a look at `src/DateTime/DateTime.txt`.