Skip to content

Commit

Permalink
Merge pull request #278 from communitiesuk/FS-4272
Browse files Browse the repository at this point in the history
FS-4272 - Updating COF R4W1 dates
  • Loading branch information
adamdavies1 authored Mar 21, 2024
2 parents 79e8b39 + 43914ee commit 7b738c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/fund_loader_config/cof/cof_r4.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
ASSESSMENT_BASE_PATH_COF_R4_W1 = ".".join([str(COF_R4_W1_BASE_PATH), str(2)])

# TODO Dates are still being debated and are likely to change
COF_R4W1_OPENS_DATE = datetime(2024, 3, 28, 14, 00, 0, tzinfo=timezone.utc) # 2024-03-28 14:00:00
COF_R4W1_SEND_REMINDER_DATE = datetime(2024, 5, 22, 11, 59, 0, tzinfo=timezone.utc) # 2024-05-22 11:59:00
COF_R4W1_DEADLINE_DATE = datetime(2024, 5, 24, 11, 59, 0, tzinfo=timezone.utc) # 2024-05-24 11:59:00
COF_R4W1_OPENS_DATE = datetime(2024, 3, 25, 14, 00, 0, tzinfo=timezone.utc) # 2024-03-25 14:00:00
COF_R4W1_SEND_REMINDER_DATE = datetime(2024, 4, 8, 11, 59, 0, tzinfo=timezone.utc) # 2024-04-08 11:59:00
COF_R4W1_DEADLINE_DATE = datetime(2024, 4, 10, 14, 00, 0, tzinfo=timezone.utc) # 2024-04-10 14:00:00
COF_R4W1_ASSESSMENT_DEADLINE_DATE = datetime(2024, 6, 23, 12, 0, 0, tzinfo=timezone.utc) # 2024-06-23 12:00:00

cof_r4w1_sections = [
Expand Down

0 comments on commit 7b738c3

Please sign in to comment.