Skip to content

Commit d89da91

Browse files
feat(files_reminders): add explicit UTC indicators to list command headers
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 7040916 commit d89da91

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)