Skip to content

Commit

Permalink
refactor: UTC 시간을 고려하여 시간 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
smb0123 committed Aug 31, 2024
1 parent 02b41d7 commit 1b3b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/useApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const useApplication = () => {
END_DATE.year,
END_DATE.month - 1,
END_DATE.date,
END_DATE.hours,
END_DATE.hours - 9,
END_DATE.minutes,
END_DATE.seconds
)
Expand Down

0 comments on commit 1b3b6d1

Please sign in to comment.