[Pkg-owncloud-commits] [owncloud] 123/258: date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit d6276beac03b2d33b54c7b52823b94b7b6f97545
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Mon Sep 22 14:06:51 2014 +0200
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 18c4508..057eb1b 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -207,7 +207,7 @@ if ($_['suggestedOverwriteWebroot']) {
<?php if ($_['cron_log']): ?>
<p class="cronlog inlineblock">
<?php if ($_['lastcron'] !== false):
- $human_time = OC_Util::formatDate($_['lastcron']) . " UTC";
+ $human_time = OC_Util::formatDate($_['lastcron']);
if (time() - $_['lastcron'] <= 3600): ?>
<span class="cronstatus success"></span>
<?php p($l->t("Last cron was executed at %s.", array($human_time)));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list