https://github.com/zopefoundation/zope.datetime
Commonly used date and time related utility functions.
https://github.com/zopefoundation/zope.datetime
maintained
Last synced: 8 months ago
JSON representation
Commonly used date and time related utility functions.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.datetime
- Owner: zopefoundation
- License: other
- Created: 2013-02-21T21:53:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:04:55.000Z (9 months ago)
- Last Synced: 2025-09-22T17:18:36.555Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 299 KB
- Stars: 3
- Watchers: 66
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
===================
``zope.datetime``
===================
.. image:: https://img.shields.io/pypi/v/zope.datetime.svg
:target: https://pypi.python.org/pypi/zope.datetime/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.datetime.svg
:target: https://pypi.org/project/zope.datetime/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.datetime/workflows/tests/badge.svg
:target: https://github.com/zopefoundation/zope.datetime/actions?query=workflow%3Atests
:alt: CI status
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.datetime/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.datetime?branch=master
:alt: Coverage
.. image:: https://readthedocs.org/projects/zopedatetime/badge/?version=latest
:target: https://zopedatetime.readthedocs.io/en/latest/
:alt: Documentation Status
Functions to parse and format date/time strings in common formats.
The documentation is hosted at https://zopedatetime.readthedocs.io/