In Git, there are 2 types of dates: author-date and commit-date.
git log shows the author date by default. Similarly, GitHub desktop appears to show the author-date by default. However, GitHub.com shows the commit-date by default.
So far, I was unable to find how to view the author-date for a commit on the GitHub.com website. Although this answer described how to view it in the GitHub API, I didn't find anything on how to view it on the website itself.
Is there any way to view the author-date either on the general commit log page or at the individual commit level?