We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a36a9 commit 36b80b9Copy full SHA for 36b80b9
1 file changed
server/dates.py
@@ -38,6 +38,8 @@ def mock_get_dates(start_year, end_year, today, month_delta=0):
38
current_month_in_year = "0{}".format(current_month_in_year)
39
40
months.append("{}_{}_01".format(year, current_month_in_year))
41
+ if year < 2019:
42
+ months.append("{}_{}_15".format(year, current_month_in_year))
43
44
if month % 12 == 0:
45
year = year + 1
0 commit comments