From d89da91a5655028250cc8adcf086c58bff369429 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 30 Mar 2026 10:42:35 -0400 Subject: [PATCH] feat(files_reminders): add explicit UTC indicators to `list` command headers Signed-off-by: Josh --- apps/files_reminders/lib/Command/ListCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_reminders/lib/Command/ListCommand.php b/apps/files_reminders/lib/Command/ListCommand.php index 118d00c45d3b5..989b721db5f04 100644 --- a/apps/files_reminders/lib/Command/ListCommand.php +++ b/apps/files_reminders/lib/Command/ListCommand.php @@ -82,7 +82,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int } $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(),