After #3758, I am getting this error a lot:
can't compare offset-naive and offset-aware datetimes
What I am doing is comparing custom entry fields (set with the set plugin from the config template itself) containing string formatted naive dates coming from various sources, including utcnow, which was then changed to be offset aware. I use parsedate before comparing. Shouldn't parsedate be using pendulum as well in some way to generate dates that can be compared with naive dates?