diff --git a/src/main/java/newCar/event_page/service/UserServiceImpl.java b/src/main/java/newCar/event_page/service/UserServiceImpl.java index f9400d0..3533108 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(3, 15))){ + if(LocalDateTime.now(ZoneId.of("Asia/Seoul")).toLocalTime().isBefore(LocalTime.of(15, 15))){ throw new FCFSNotStartedYet("퀴즈가 아직 시작되지 않았습니다"); }//퀴즈가 아직 시작 안되었다면