Skip to content

Commit

Permalink
코드 최종 프리징
Browse files Browse the repository at this point in the history
  • Loading branch information
bjh3311 committed Aug 25, 2024
1 parent fce8680 commit b1c4d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public ResponseEntity<UserQuizDTO> getQuiz(Long quizEventId ) {
}


if(LocalDateTime.now(ZoneId.of("Asia/Seoul")).toLocalTime().isBefore(LocalTime.of(3, 15))){
if(LocalDateTime.now(ZoneId.of("Asia/Seoul")).toLocalTime().isBefore(LocalTime.of(15, 15))){
throw new FCFSNotStartedYet("퀴즈가 아직 시작되지 않았습니다");
}//퀴즈가 아직 시작 안되었다면

Expand Down

0 comments on commit b1c4d3c

Please sign in to comment.