mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 13:38:53 -04:00
Changed timezone back
Reverted back the timezoe change that was made in error and was making two tests fail.
This commit is contained in:
@@ -71,7 +71,7 @@ def get_london_month_from_utc_column(column):
|
|||||||
"""
|
"""
|
||||||
return func.date_trunc(
|
return func.date_trunc(
|
||||||
"month",
|
"month",
|
||||||
func.timezone("Europe/London", column)
|
func.timezone("Europe/London", func.timezone("UTC", column))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user