mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #59311 from nextcloud/jtr/feat-reminders-utc-headers
feat(files_reminders): add explicit UTC indicators to `list` command headers
This commit is contained in:
commit
6ba57a70a9
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class ListCommand extends Base {
|
|||
}
|
||||
|
||||
$io->table(
|
||||
['User Id', 'File Id', 'Path', 'Due Date', 'Updated At', 'Created At', 'Notified'],
|
||||
['User Id', 'File Id', 'Path', 'Due Date (UTC)', 'Updated At (UTC)', 'Created At (UTC)', 'Notified'],
|
||||
array_map(
|
||||
fn (RichReminder $reminder) => [
|
||||
$reminder->getUserId(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue