Closed
Description
If you look at the OpenAPI spec, the get-commit endpoint returns a commit object containing committer with a date field, which is a string with date-time format. But githubkit's endpoint returns a Commit object containing GitUser where date is just a str, so the user needs to parse the datetime themselves