Fix time zone to London
This commit is contained in:
parent
54e0615b74
commit
88c3378fcd
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user