diff --git a/GitRepoVersion.class.php b/GitRepoVersion.class.php
index bf0d0f02a288a7133012b555fba5f58b413848fd..bd827d8351797711af9a801be3cfcd299076a4bd 100644
--- a/GitRepoVersion.class.php
+++ b/GitRepoVersion.class.php
@@ -20,7 +20,7 @@ final class GitRepoVersion extends StudIPPlugin implements SystemPlugin
         $revision = substr($revision, 0, 8);
 
         // Get date
-        $info = shell_exec('git log --oneline --first-parent --format="%ah: %s (%al)" HEAD -1');
+        $info = shell_exec('git log --oneline --first-parent --format="%ar: %s (%an)" HEAD -1');
 
         chdir($previous);