Skip to content

Commit

Permalink
fix: 날짜변경
Browse files Browse the repository at this point in the history
- 1차 합격자 구분 시간을 변경했어요.
  • Loading branch information
jyj1289 committed Oct 13, 2024
1 parent f7d4f99 commit e795911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Schedule {
public static final LocalDateTime MEISTER_TALENT_ENTRANCE_TIME = LocalDateTime.of(2024, 10, 25, 9, 0);
public static final LocalDateTime MEISTER_TALENT_EXCLUSION_ENTRANCE_TIME = LocalDateTime.of(2024, 10, 25, 10, 30);

public static final String SELECT_FIRST_PASS_CRON = "0 0 1 20 10 ?";
public static final String SELECT_FIRST_PASS_CRON = "0 55 14 21 10 ?";

public static int getAdmissionYear() {
return START.plusYears(1L).getYear();
Expand Down

0 comments on commit e795911

Please sign in to comment.