From 5c2834ec8a0e45aa8fd79c5071828aa53d961234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B1=B4=EA=B7=9C?= <67491015+geongyu09@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:10:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=2028=EA=B8=B0=20=EC=8B=9C=EC=9E=91,=20?= =?UTF-8?q?=EB=A7=88=EA=B0=90=20=EC=8B=9C=EA=B0=84=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 기존에 9시간이 더해진 상태로 되어있던 부분 수정 " --- src/constants/recruit/recruit.ko.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/recruit/recruit.ko.ts b/src/constants/recruit/recruit.ko.ts index c817011..da0b029 100644 --- a/src/constants/recruit/recruit.ko.ts +++ b/src/constants/recruit/recruit.ko.ts @@ -8,8 +8,8 @@ const RECRUIT = { CONTENT: "에코노베이션에서 함께할 여러분을 모집합니다.\n에코노베이션은 지식의 선순환이 자연스럽게 이루어지는 환경을 만드는 것을 목표하고 있습니다.\n개발에 열정이 있다면 에코노베이션에 들어와 지식의 선순환을 일으켜주세요.", IS_ON: true /** FIXME: This property was deprecated. */, - START_DATE: Date.UTC(2024, 8, 2, 9, 0, 0), - END_DATE: Date.UTC(2024, 8, 15, 23, 59, 59), + START_DATE: Date.UTC(2024, 8, 2, 0, 0, 0), + END_DATE: Date.UTC(2024, 8, 15, 14, 59, 59), GENERTAION: 28, SCHEDULE: [ { TEXT: "서류 접수 시작", DATE: "9/2" },