Skip to content
Snippets Groups Projects
Commit b7a80198 authored by Hague Matthew UXAC009's avatar Hague Matthew UXAC009
Browse files

update(timetable): set timetable-ics to use 2025 start date

parent fac832ae
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ from datetime import datetime, timedelta
from typing import Dict, Generator, Optional, Set
TIMEZONE = "Europe/London"
BASE_DATE = datetime(2024, 9, 23, 0, 0, 0, 0, pytz.timezone(TIMEZONE))
BASE_DATE = datetime(2025, 9, 22, 0, 0, 0, 0, pytz.timezone(TIMEZONE))
BEDFORD = 100 # not a year
CAL_DAYS = [ "MO", "TU", "WE", "TH", "FR", "SA", "SU" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment