Skip to content

Commit 6ba57a7

Browse files
authored
Merge pull request #59311 from nextcloud/jtr/feat-reminders-utc-headers
feat(files_reminders): add explicit UTC indicators to `list` command headers
2 parents 266dfbc + d89da91 commit 6ba57a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_reminders/lib/Command/ListCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8282
}
8383

8484
$io->table(
85-
['User Id', 'File Id', 'Path', 'Due Date', 'Updated At', 'Created At', 'Notified'],
85+
['User Id', 'File Id', 'Path', 'Due Date (UTC)', 'Updated At (UTC)', 'Created At (UTC)', 'Notified'],
8686
array_map(
8787
fn (RichReminder $reminder) => [
8888
$reminder->getUserId(),

0 commit comments

Comments
 (0)