mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
occ: Improve timestamps for user:info.
Signed-off-by: Jore <contact@jore.cc>
This commit is contained in:
parent
3e69668c9e
commit
bd81967fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class Info extends Base {
|
|||
'groups' => $groups,
|
||||
'quota' => $user->getQuota(),
|
||||
'storage' => $this->getStorageInfo($user),
|
||||
'last_seen' => date(\DateTimeInterface::ATOM, $user->getLastLogin()), // ISO-8601
|
||||
'last_seen' => date('Y-m-d H:i:s T', $user->getLastLogin()),
|
||||
'user_directory' => $user->getHome(),
|
||||
'backend' => $user->getBackendClassName()
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue