diff --git a/core/utils.py b/core/utils.py index d61454b3..25dea853 100644 --- a/core/utils.py +++ b/core/utils.py @@ -43,6 +43,7 @@ def get_git_revision_short_hash() -> str: except subprocess.CalledProcessError: return "" + def get_start_of_semester(today=date.today()) -> date: """ Determine in which semester the given date is and return the start date of