We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 266dfbc + d89da91 commit 6ba57a7Copy full SHA for 6ba57a7
1 file changed
apps/files_reminders/lib/Command/ListCommand.php
@@ -82,7 +82,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
82
}
83
84
$io->table(
85
- ['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'],
86
array_map(
87
fn (RichReminder $reminder) => [
88
$reminder->getUserId(),
0 commit comments