feat(files_reminders): add explicit UTC indicators to list command headers

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2026-03-30 10:42:35 -04:00
committed by GitHub
parent 7040916f96
commit d89da91a56
@@ -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(),