-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF31, 6.0-HF07, 7.1
-
Component/s: Elasticsearch, Seam / JSF UI
-
Tags:
-
Backlog priority:600
-
Sprint:nxfit 8.4.4
-
Story Points:3
Dates are stored internally as UTC inside Elasticsearch.
Nuxeo is sending date with the time zone information so there is nothing to do explicitly for indexing and searching.
But for date histogram we submit an interval and date are returned as UTC because Elasticsearch don't know our time zone.
This can be fixed by using the timeZone aggregate option.
We might set this option by default to the platform time zone ?