Skip to content

Commit

Permalink
feat: change schedule for applying and interview
Browse files Browse the repository at this point in the history
  • Loading branch information
JeukHwang committed Aug 21, 2023
1 parent 0100c88 commit 8fd682a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/pages/apply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@
<div class="form-footer-item">
면접 일정은 개별적으로 안내드립니다.
<br />
현재는 3월 1일(수) ~ 3월 4일(토) 오후 5시 ~ 오후 11시 사이에 진행할
예정입니다.
현재는 8월 31일(목) ~ 9월 2일(토) 사이에 진행할 예정입니다.
</div>

<div v-if="wordsAreShort" class="form-footer-item">
Expand Down
2 changes: 1 addition & 1 deletion frontend/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import cookie from 'cookie';

export const state = () => ({
user: null,
due: 1677596399000, // Tue Feb 28 2023 23:59:59 GMT+0900 (한국 표준시) Reference: https://www.unixtimestamp.com/
due: 1693407600, // Wed Aug 30 2023 23:59:59 GMT+0900 (한국 표준시) Reference: https://www.unixtimestamp.com/
time: Date.now()
});

Expand Down

0 comments on commit 8fd682a

Please sign in to comment.