hindent-4.3.10: test/johan-tibell/tests/4.test
commitToEvent :: FolderPath -> TimeZone -> Commit -> Event.Event
commitToEvent gitFolderPath timezone commit = Event.Event
{
pluginName = getModuleName getGitProvider,
eventIcon = "glyphicon-cog",
eventDate = localTimeToUTC timezone (commitDate commit)
}