mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-26 21:23:37 -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(
|
||||
"month",
|
||||
func.timezone("Europe/London", column)
|
||||
func.timezone("Europe/London", func.timezone("UTC", column))
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user