You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem occurs when I'm trying to sum FakeDate and relativedelta (from python-dateutil library) objects, where FakeDate(2014, 8, 1) and relativedelta(months=+1).
python-dateutil 2.8.2
freezegun 1.2.1
Python 3.10.10
The text was updated successfully, but these errors were encountered:
The problem occurs when I'm trying to sum
FakeDate
andrelativedelta
(from python-dateutil library) objects, whereFakeDate(2014, 8, 1)
andrelativedelta(months=+1)
.Python 3.10.10
The text was updated successfully, but these errors were encountered: