diff --git a/etl/planning_data/obtain_livestream_data.py b/etl/planning_data/obtain_livestream_data.py index dc3f6e4a..8f9cea0b 100644 --- a/etl/planning_data/obtain_livestream_data.py +++ b/etl/planning_data/obtain_livestream_data.py @@ -33,7 +33,7 @@ def get_query(): "date_histogram": { "field": "last_updated", "calendar_interval": "1d", - "time_zone": "Europe/Warsaw", + "time_zone": "Europe/London", "min_doc_count": 1 } }