Fixes: #1949
We were passing date when the object (issue/PR) was created rather than when the particular event took place. With this commit, we rely on the default value of datetime which stores the current time.
rebased
Cool, thanks :)
Pull-Request has been merged by pingou
Fixes: #1949
We were passing date when the object (issue/PR) was created rather
than when the particular event took place. With this commit, we
rely on the default value of datetime which stores the current time.