Rename method to get start and end date of a month for clarity

This commit is contained in:
Imdad Ahad
2017-08-10 16:29:13 +01:00
parent 19b09f2a27
commit 782f3ea693
3 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ def get_april_fools(year):
tzinfo=None)
def get_month_start_end_date(month_year):
def get_month_start_and_end_date_in_utc(month_year):
"""
This function return the start and date of the month_year as UTC,
:param month_year: the datetime to calculate the start and end date for that month