Skip to content

Commit

Permalink
Updating dates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdavies1 committed Mar 20, 2024
1 parent 95e6bdf commit 43914ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fund_loader_config/cof/cof_r4.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

# TODO Dates are still being debated and are likely to change
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, 20, 11, 59, 0, tzinfo=timezone.utc) # 2024-04-20 11:59:00
COF_R4W1_DEADLINE_DATE = datetime(2024, 4, 22, 11, 59, 0, tzinfo=timezone.utc) # 2024-04-22 11:59: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 43914ee

Please sign in to comment.