diff --git a/src/utils/check-event-open.ts b/src/utils/check-event-open.ts index 6b1a74f..119634c 100644 --- a/src/utils/check-event-open.ts +++ b/src/utils/check-event-open.ts @@ -1,4 +1,5 @@ -export const targetTime = new Date('2024-04-19T23:59:59+09:00') +// export const targetTime = new Date('2024-04-19T23:59:59+09:00') +export const targetTime = new Date('2024-04-06T18:39:59+09:00') export const isEventOpen = () => { const current = new Date()