Fix kfet stats

This commit is contained in:
Ludovic Stephan 2021-01-21 20:55:23 +01:00
parent 33319cfe76
commit 79f0757e9f

View file

@ -2507,7 +2507,7 @@ class AccountStatOperationList(UserAccountMixin, SingleResumeStat):
(
"Tout le temps",
MonthScale,
{"last": True, "begin": self.object.created_at},
{"last": True, "begin": self.object.created_at.replace(tzinfo=None)},
False,
),
("1 an", MonthScale, {"last": True, "n_steps": 12}, False),