[Pkg-owncloud-commits] [owncloud] 39/199: print time in 24h format
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 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 7f7999c7d870c1024246cd49917554513cbab76b
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri May 23 19:12:51 2014 +0200
print time in 24h format
---
core/command/user/lastseen.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php
index b2788c0..7a8db01 100644
--- a/core/command/user/lastseen.php
+++ b/core/command/user/lastseen.php
@@ -41,7 +41,7 @@ class LastSeen extends Command {
$date = new \DateTime();
$date->setTimestamp($lastLogin);
$output->writeln($user->getUID() .
- '`s last login: ' . $date->format('d.m.Y h:i'));
+ '`s last login: ' . $date->format('d.m.Y H:i'));
}
}
}
--
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