When I clone a git repository using \"git clone ...\" command all cloned files in my local repository have the same modification time with date and time when
git clone ...
Another option for resetting the mtime is git-restore-mtime.
sudo apt install git-restore-mtime # Debian/Ubuntu example git clone cd git restore-mtime