From f0d26b6edfe6d899498214b3054391df31526aab Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Mon, 13 Feb 2023 15:56:56 +0100
Subject: [PATCH] fixes

---
 GitRepoVersion.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GitRepoVersion.class.php b/GitRepoVersion.class.php
index bf0d0f0..bd827d8 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);
 
-- 
GitLab