summaryrefslogtreecommitdiff
path: root/lib/roles
diff options
context:
space:
mode:
Diffstat (limited to 'lib/roles')
-rw-r--r--lib/roles/table/roles-table-columns.tsx2
-rw-r--r--lib/roles/userTable/assginedUsers-table-columns.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/roles/table/roles-table-columns.tsx b/lib/roles/table/roles-table-columns.tsx
index 3a491585..16249999 100644
--- a/lib/roles/table/roles-table-columns.tsx
+++ b/lib/roles/table/roles-table-columns.tsx
@@ -149,7 +149,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<RoleVie
if (cfg.id === "created_at") {
const dateVal = cell.getValue() as Date
- return formatDate(dateVal)
+ return formatDate(dateVal, "KR")
}
if (cfg.id === "domain") {
diff --git a/lib/roles/userTable/assginedUsers-table-columns.tsx b/lib/roles/userTable/assginedUsers-table-columns.tsx
index b317a465..950c6d7a 100644
--- a/lib/roles/userTable/assginedUsers-table-columns.tsx
+++ b/lib/roles/userTable/assginedUsers-table-columns.tsx
@@ -106,7 +106,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<UserVie
if (cfg.id === "created_at") {
const dateVal = cell.getValue() as Date
- return formatDate(dateVal)
+ return formatDate(dateVal, "KR")
}
if (cfg.id === "roles") {