london → local

This commit is contained in:
stvnrlly
2022-11-16 14:11:52 -05:00
parent 052f911ca8
commit e6d30394ba
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ def get_midnight_for_day_before(date):
return get_local_midnight_in_utc(day_before)
def get_london_month_from_utc_column(column):
def get_local_month_from_utc_column(column):
"""
Where queries need to count notifications by month it needs to be
the month in local time.