Replace parse_datetime function with email.utils.parsedate_to_datetime
authorHarmon <Harmon758@gmail.com>
Sun, 3 Jan 2021 01:57:43 +0000 (19:57 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 3 Jan 2021 01:57:43 +0000 (19:57 -0600)
commit59d4d920dd4470b52f329d850366721cb52ea0eb
tree3d21d1a87b887dfd69a7ac35c0131d66ec62f99e
parent7e7b5cd5247d195eaf70ccd857dc0564898db02e
Replace parse_datetime function with email.utils.parsedate_to_datetime

This causes the datetime objects for created_at attributes to be aware
tests/test_utils.py
tweepy/models.py
tweepy/utils.py