Changing Timezone in Elasticsearch query response

I'd like to know how I can make Elasticsearch change the timezone of timestamps in query's response JSON by using any parameter, instead of using script fields. Is it possible?

I could make it consider the timezone in the query by using time_zone parameter in range block, but it returns all timestamps in UTC, instead of following the same parameter.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.