Python Library: dateutil

better library for date parsing than datetime's strptime

15 Jul 2022 starting note *note date indicates latest update.

Library resources
PyPI https://pypi.org/project/python-dateutil/
Github ---
Documentation https://dateutil.readthedocs.io/en/stable/

Install with:

pip3 install python-dateutil

then:

from dateutil import parser

parser.parse("Aug 28 1999 12:00AM")

links

social