Merge pull request #59311 from nextcloud/jtr/feat-reminders-utc-headers

feat(files_reminders): add explicit UTC indicators to `list` command headers
This commit is contained in:
Ferdinand Thiessen 2026-03-31 15:43:47 +02:00 committed by GitHub
commit 6ba57a70a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),