Skip to content

Commit

Permalink
Merge pull request #88 from esc-chula/dev
Browse files Browse the repository at this point in the history
Edit end date
  • Loading branch information
JomnoiZ authored Sep 19, 2024
2 parents ee1b24d + 4aed28b commit 8aaae8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/providers/announce.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const SCHEDULE = [
{
state: ApplicationStatus.APPLICABLE,
start: new Date("September 2, 2024 8:00:01 GMT+07:00"),
end: new Date("September 20, 2024 00:00:00 GMT+07:00")
end: new Date("September 20, 2024 23:59:59 GMT+07:00")
},
{
state: ApplicationStatus.DOCUMENT_EDIT,
start: new Date("September 20, 2024 08:00:01 GMT+07:00"),
start: new Date("September 20, 2024 00:00:00 GMT+07:00"),
end: new Date("October 4, 2024 22:00:00 GMT+07:00")
},
{
Expand Down

0 comments on commit 8aaae8b

Please sign in to comment.