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, }); };