From f4eae03f20674423cbe9034fdbeb30125157e6fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Mon, 22 Sep 2014 14:06:51 +0200 Subject: [PATCH] date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC --- settings/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 9ceebad4ee1..bfd1c676b64 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -221,7 +221,7 @@ if ($_['suggestedOverwriteWebroot']) {

t("Last cron was executed at %s.", array($human_time))); -- 2.39.5