b2b923d Fix heatmap to show current datetime not when when object was created

1 file Authored by smitthakkar96 7 years ago, Committed by vivekanand1101 7 years ago,
    Fix heatmap to show current datetime not when when object was created
    
    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.
    
        
file modified
+1 -4