Skip to content

Commit 4a7fbb3

Browse files
authored
chore: Update default start date to January 1, 2040
Push this forward so things don't automatically in a few years for future courses.
1 parent 76462f1 commit 4a7fbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmodule/course_metadata_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from zoneinfo import ZoneInfo
1616

1717

18-
DEFAULT_START_DATE = datetime(2030, 1, 1, tzinfo=ZoneInfo("UTC"))
18+
DEFAULT_START_DATE = datetime(2040, 1, 1, tzinfo=ZoneInfo("UTC"))
1919

2020
"""
2121
Default grading policy for a course run.

0 commit comments

Comments
 (0)