Skip to content

Commit

Permalink
Merge pull request #225 from mash-up-kr/fix/recruitment-date
Browse files Browse the repository at this point in the history
버그 픽스를 위해 모집 시작 시간을 1시간 연장
  • Loading branch information
HaJunRyu authored Jan 10, 2023
2 parents fef8015 + e16af36 commit 680e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/date.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const [
INTERVIEW_RESULT_ANNOUNCED_KST_DATE, // 최종 합격 발표
AFTER_FIRST_SEMINAR_JOIN_KST_DATE, // 첫번째 세미나 끝나는 시각
] = [
new Date('2023-01-11T00:00:00+09:00'),
new Date('2023-01-11T01:00:00+09:00'),
new Date('2023-01-25T23:59:59+09:00'),
new Date('2023-01-30T21:00:00+09:00'),
new Date('2023-02-07T21:00:00+09:00'),
Expand Down

0 comments on commit 680e945

Please sign in to comment.