From 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 9 Jul 2025 12:19:05 +0000 Subject: (대표님) 20250709 변경사항 (약 18시 30분까지) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/ship/items-ship-table-columns.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/items-tech/table/ship/items-ship-table-columns.tsx') diff --git a/lib/items-tech/table/ship/items-ship-table-columns.tsx b/lib/items-tech/table/ship/items-ship-table-columns.tsx index 13ba2480..7018ae43 100644 --- a/lib/items-tech/table/ship/items-ship-table-columns.tsx +++ b/lib/items-tech/table/ship/items-ship-table-columns.tsx @@ -165,7 +165,7 @@ export function getShipbuildingColumns({ setRowAction }: GetColumnsProps): Colum header: ({ column }) => ( ), - cell: ({ row }) => formatDate(row.original.createdAt), + cell: ({ row }) => formatDate(row.original.createdAt, "KR"), enableSorting: true, enableHiding: true, meta: { @@ -177,7 +177,7 @@ export function getShipbuildingColumns({ setRowAction }: GetColumnsProps): Colum header: ({ column }) => ( ), - cell: ({ row }) => formatDate(row.original.updatedAt), + cell: ({ row }) => formatDate(row.original.updatedAt, "KR"), enableSorting: true, enableHiding: true, meta: { -- cgit v1.2.3