python-dateutil · PyPI
https://pypi.org/project/python-dateutil14.07.2021 · Files for python-dateutil, version 2.8.2; Filename, size File type Python version Upload date Hashes; Filename, size python_dateutil-2.8.2-py2.py3-none-any.whl (247.7 kB) File type Wheel Python version py2.py3 Upload date Jul 14, 2021 Hashes View
python-dateutil · PyPI
pypi.org › project › python-dateutilJul 14, 2021 · The dateutil module provides powerful extensions to the standard datetime module, available in Python. Installation dateutil can be installed from PyPI using pip (note that the package name is different from the importable name):
The dateutil module in Python - AskPython
www.askpython.com › python-modules › dateutil-moduleThe dateutil module in Python. While working with scripts that require real-time data, we work with the dateutil module in order to schedule or retrieve data at a particular time, or just input data with the timestamp of retrieval. Working with a lot of scripts and trying to manipulate date and time formats using the default datetime module could be a daunting task, considering the number of changes to the data retrieved you need to make.