summaryrefslogtreecommitdiff
path: root/lib/tech-vendor-candidates/table/candidates-table-columns.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tech-vendor-candidates/table/candidates-table-columns.tsx')
-rw-r--r--lib/tech-vendor-candidates/table/candidates-table-columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tech-vendor-candidates/table/candidates-table-columns.tsx b/lib/tech-vendor-candidates/table/candidates-table-columns.tsx
index 113927cf..aa6d0ef1 100644
--- a/lib/tech-vendor-candidates/table/candidates-table-columns.tsx
+++ b/lib/tech-vendor-candidates/table/candidates-table-columns.tsx
@@ -156,7 +156,7 @@ const actionsColumn: ColumnDef<VendorCandidatesWithVendorInfo> = {
if (cfg.id === "createdAt" ||cfg.id === "updatedAt" ) {
const dateVal = cell.getValue() as Date
- return formatDateTime(dateVal)
+ return formatDateTime(dateVal, "KR")
}
// code etc...