Fixed date formatting for datetime objects
authorJacob Bremiller <48461435+jacob1421@users.noreply.github.com>
Thu, 27 Jan 2022 22:21:14 +0000 (16:21 -0600)
committerJacob Bremiller <48461435+jacob1421@users.noreply.github.com>
Thu, 27 Jan 2022 22:21:14 +0000 (16:21 -0600)
commit615476a2c039343284c973b615ef52d6bbd62c88
treec43db0cce532fd7f20fbdb534a36977b1c50d871
parent1d6f17f74db48aaefc1085e95ca749ebd32ffad9
Fixed date formatting for datetime objects

https://docs.tweepy.org/en/stable/client.html

Required Format:
YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339)

Docs are already updated with correct details. "Please note that this parameter does not support a millisecond value."
tweepy/client.py