arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Update usage of dateutil's enfold method #878

Closed systemcatch closed 3 years ago

systemcatch commented 3 years ago

As part of dropping Python 2.7/3.5 we no longer need enfold to wrap datetime objects.

systemcatch commented 3 years ago

I plan to do this once #883 is merged.