Most developers assume a Git commit has a single timestamp. That's not true. Every commit actually contains two different dates : Author Date Commit Date Most of the time they are identical, which is why many developers never notice the distinction.

Source: [Dev.to](https://dev.to/giteditdatecom/why-git-has-two-dates-author-date-vs-commit-date-pca)

Sponsored