diff --git a/src/main/java/newCar/event_page/service/UserServiceImpl.java b/src/main/java/newCar/event_page/service/UserServiceImpl.java index 6f4ad45..114fbdb 100644 --- a/src/main/java/newCar/event_page/service/UserServiceImpl.java +++ b/src/main/java/newCar/event_page/service/UserServiceImpl.java @@ -110,7 +110,7 @@ public ResponseEntity 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("퀴즈가 아직 시작되지 않았습니다"); }//퀴즈가 아직 시작 안되었다면