Learn Before
Concept
dateutil
The dateutil module provides powerful extensions to the standard datetime module, available in Python. Using the datetime module under the hood, this package allows:
- Computing of relative deltas (next month, year, day of week etc.)
- Computing of dates based on recurrence rules
- Generic parsing of dates in string format
- Timezone implementations
dateutil can be installed from PyPI using pip
pip install python-dateutil
0
1
Updated 2021-07-13
Tags
Python Programming Language
Data Science