GenericTable: rework timestamp formatting

This commit is contained in:
2025-01-08 18:37:17 +01:00
parent 7c25d628e1
commit 00ca931cf3
3 changed files with 24 additions and 37 deletions

View File

@@ -60,10 +60,8 @@ class ManageUsers extends HTMLController
'last_action_time' => [
'format' => [
'type' => 'timestamp',
'data' => [
'timestamp' => 'last_action_time',
'pattern' => 'long',
],
'pattern' => 'long',
'value' => 'last_action_time',
],
'header' => 'Last activity',
'is_sortable' => true,