Roundup Tracker - Issues

Message7820

Author rouilj
Recipients rouilj
Date 2023-07-27.05:17:01
Message-id <1690435021.53.0.166164512272.issue2551278@roundup.psfhosted.org>
In-reply-to
And it did fix it, but other dates in the rate_limit.py module were naive dates
and had to be converted to tz aware dates for 3.11+ otherwise the arithmetic would
fail. Also had to marshall/unmarshall to iso format when saving in the db.

changeset:   7590:5fbd3af526bd

passed ci and I verified that both code paths in datetime_.py were executed.
History
Date User Action Args
2023-07-27 05:17:01rouiljsetmessageid: <1690435021.53.0.166164512272.issue2551278@roundup.psfhosted.org>
2023-07-27 05:17:01rouiljsetrecipients: + rouilj
2023-07-27 05:17:01rouiljlinkissue2551278 messages
2023-07-27 05:17:01rouiljcreate