Skip to content

Commit

Permalink
2시 15분으로 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
bjh3311 committed Aug 23, 2024
1 parent b99397d commit acd3d77
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(11, 58))){
if(LocalDateTime.now(ZoneId.of("Asia/Seoul")).toLocalTime().isBefore(LocalTime.of(2, 15))){
throw new FCFSNotStartedYet("퀴즈가 아직 시작되지 않았습니다");
}//퀴즈가 아직 시작 안되었다면

Expand Down

0 comments on commit acd3d77

Please sign in to comment.