#2072 Fix heatmap to show current datetime not when object was created
Merged by pingou. Opened by vivekanand1101.
vivekanand1101/pagure smt  into  master

Download 2072.patch

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

Metadata