python-dateutil 2.9.0.post0
0
Extensions to the standard Python datetime module
Contents
Extensions to the standard Python datetime module
Stars: 2339, Watchers: 2339, Forks: 488, Open Issues: 382The dateutil/dateutil
repo was created 9 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2339 github stars!
How to Install python-dateutil
You can install python-dateutil using pip
pip install python-dateutil
or add it to a project with poetry
poetry add python-dateutil
Package Details
- Author
- Gustavo Niemeyer
- License
- Dual License
- Homepage
- https://github.com/dateutil/dateutil
- PyPi:
- https://pypi.org/project/python-dateutil/
- Documentation:
- https://dateutil.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/dateutil/dateutil
Classifiers
- Software Development/Libraries
Related Packages
Errors
A list of common python-dateutil errors.
Code Examples
Here are some python-dateutil
code examples and snippets.
GitHub Issues
The python-dateutil package has 382 open issues on GitHub
- fuzzy_with_tokens confused over date-like words
- add empty slots to _resultbase, whose subclasses have slots
- Missing
__slots__
inparser._parser._resultbase
- ValueError: unsupported property: X-LIC-LOCATION
- Feature suggestion: parser for string -> relativedelta
- Parsing datetime with +0000 results in tzlocal and not tzutc on some systems.
- bug parsing dates under 1970 in short format
- Implement ChainParser
- 2.8.2: pytest amd tox are failing
- Parse support for timezone offset with optional seconds required
- UNTIL time does not unclude Z (Zulu) ending