fix: 봇 관리 페이지 시간 24시간제로 표시
- hour12: false 옵션 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
47cd93173c
commit
7d56531bee
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ function ScheduleBots() {
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
hour: '2-digit',
|
hour: '2-digit',
|
||||||
minute: '2-digit',
|
minute: '2-digit',
|
||||||
|
hour12: false,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue