Changed timezone back

Reverted back the timezoe change that was made in error and was making
two tests fail.
This commit is contained in:
Richard Chapman
2017-11-09 14:55:45 +00:00
parent b78d989d4e
commit 15e86170d9

View File

@@ -71,7 +71,7 @@ def get_london_month_from_utc_column(column):
"""
return func.date_trunc(
"month",
func.timezone("Europe/London", column)
func.timezone("Europe/London", func.timezone("UTC", column))
)