From 7d56531bee26591deb402993201fda6990d6ab57 Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 5 Feb 2026 18:05:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B4=87=20=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8B=9C=EA=B0=84=2024=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=EC=A0=9C=EB=A1=9C=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - hour12: false 옵션 추가 Co-Authored-By: Claude Opus 4.5 --- frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx index 9271797..144bc61 100644 --- a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx +++ b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx @@ -174,6 +174,7 @@ function ScheduleBots() { day: 'numeric', hour: '2-digit', minute: '2-digit', + hour12: false, }); };