diff --git a/app/constants.py b/app/constants.py
index 0ddad8d6bfc0597316bbb80afdae777f28369c27..fe099d8afa192fb12d56b4946c1a9a9b111b3ab2 100644
--- a/app/constants.py
+++ b/app/constants.py
@@ -3,4 +3,4 @@ from datetime import datetime
 STUDENT = "student"
 STAFF = "staff"
 
-DEADLINE_FOR_STUDENT_CHANGES = datetime(2022, 9, 17, 7, 0)
\ No newline at end of file
+DEADLINE_FOR_STUDENT_CHANGES = datetime(2022, 10, 17, 7, 0)
\ No newline at end of file