Fix parse_datetime to parse API datetime string format with Python 3.6
authorHarmon <Harmon758@gmail.com>
Thu, 28 Oct 2021 15:25:22 +0000 (10:25 -0500)
committerHarmon <Harmon758@gmail.com>
Thu, 28 Oct 2021 15:26:55 +0000 (10:26 -0500)
commit5bf24464b00257a9fa5f66047a2f7815c1e4f8fb
treec243ad9ce72b006b93ac339b7fc299e034201b70
parente9a829830aec64d9051d09521235277ed45bd2f7
Fix parse_datetime to parse API datetime string format with Python 3.6

The '%z' directive didn't accept 'Z' until Python 3.7
tweepy/utils.py