Skip to content

Commit 7822ab6

Browse files
committed
test dates
1 parent 1ffd1ed commit 7822ab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vujuilmo/settings.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
]
138138
}
139139

140-
INVITED_START_DATE = timezone.datetime(2022, 8, 1, 0, 0, tzinfo=ZoneInfo(TIME_ZONE))
141-
INVITED_END_DATE = timezone.datetime(2022, 8, 14, 23, 59, tzinfo=ZoneInfo(TIME_ZONE))
142-
ILMO_START_DATE = timezone.datetime(2022, 8, 16, 13, 37, tzinfo=ZoneInfo(TIME_ZONE))
143-
ILMO_END_DATE = timezone.datetime(2022, 8, 31, 23, 59, tzinfo=ZoneInfo(TIME_ZONE))
140+
INVITED_START_DATE = timezone.datetime(2024, 12, 27, 0, 0, tzinfo=ZoneInfo(TIME_ZONE))
141+
INVITED_END_DATE = timezone.datetime(2025, 1, 1, 23, 59, tzinfo=ZoneInfo(TIME_ZONE))
142+
ILMO_START_DATE = timezone.datetime(2025, 1, 2, 13, 37, tzinfo=ZoneInfo(TIME_ZONE))
143+
ILMO_END_DATE = timezone.datetime(2025, 1, 5, 23, 59, tzinfo=ZoneInfo(TIME_ZONE))
144144
MAX_PARTICIPANTS = 250
145145

146146
CORS_ORIGIN_ALLOW_ALL = False

0 commit comments

Comments
 (0)