How to Change (backdate) the "Last Update" column of the GitLab repo

Hi,

I have my GitLab repository and I want to backdate some commits I did. So I used the command git commit --date="2 day ago" -m "removed profile variable

But in the GitLab UI it shows 1 minute ago in the Last Updated column. Is it possible to change this date as well?