Fix time zone to London

This commit is contained in:
Mateusz Konieczny 2022-08-30 15:22:27 +02:00
parent 54e0615b74
commit 88c3378fcd

View File

@ -33,7 +33,7 @@ def get_query():
"date_histogram": { "date_histogram": {
"field": "last_updated", "field": "last_updated",
"calendar_interval": "1d", "calendar_interval": "1d",
"time_zone": "Europe/Warsaw", "time_zone": "Europe/London",
"min_doc_count": 1 "min_doc_count": 1
} }
} }