I am developing a script which requires me to get a list of all commits for a particular repository, as well as the date and time of commit. The Commit Class in the PyGithub API:
https://github.com/jacquev6/PyGithub/blob/master/doc/ReferenceOfClasses.md#class-commit
does not have any member for date-of-commit and time-of-commit. Any ideas on how to get the date and time of a commit using the API?