# Time zone not taken into account when displaying Histogramme

**URL:** https://discuss.elastic.co/t/time-zone-not-taken-into-account-when-displaying-histogramme/182648
**Category:** Kibana
**Created:** [May 24, 2019, 12:53pm UTC](https://discuss.elastic.co/t/time-zone-not-taken-into-account-when-displaying-histogramme/182648 "2019-05-24T12:53:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Younes\_Boutrouft](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/younes_boutrouft/32/44696_2.png) [@Younes\_Boutrouft](https://discuss.elastic.co/u/Younes_Boutrouft)
#### Post date: [May 24, 2019, 12:53pm UTC](https://discuss.elastic.co/t/time-zone-not-taken-into-account-when-displaying-histogramme/182648/1 "2019-05-24T12:53:00Z")

</div>

Following the change of the time zone , I noticed that there is a time difference:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/2/1/21cc6d7008e297b115a07a84b63dece02d67e1e6.png)

As you can see when put the cursor on the column of December,it displays 31th of November 23:00:00 instead of 01th of December 00:00:00.  
I am using **Kibana static 4.1.2-es-2.0**

In the Elastic request i put the **time-zone** parameter ( "time\_zone": "+02:00",).  
The ElastiSearch response (I am showing oly the aggregations results) is as folow:

```
  "aggregations": {
"2": {
  "buckets": [
    {
      "key_as_string": "2018-06-01T00:00:00.000+02:00",
      "key": 1527804000000,
      "doc_count": 24
    },
    {
      "key_as_string": "2018-07-01T00:00:00.000+02:00",
      "key": 1530396000000,
      "doc_count": 34
    },
    {
      "key_as_string": "2018-08-01T00:00:00.000+02:00",
      "key": 1533074400000,
      "doc_count": 28
    },
    {
      "key_as_string": "2018-09-01T00:00:00.000+02:00",
      "key": 1535752800000,
      "doc_count": 78
    },
    {
      "key_as_string": "2018-10-01T00:00:00.000+02:00",
      "key": 1538344800000,
      "doc_count": 92
    },
    {
      "key_as_string": "2018-11-01T00:00:00.000+02:00",
      "key": 1541023200000,
      "doc_count": 32
    },
    {
      "key_as_string": "2018-12-01T00:00:00.000+02:00",
      "key": 1543615200000,
      "doc_count": 15
    },
    {
      "key_as_string": "2019-01-01T00:00:00.000+02:00",
      "key": 1546293600000,
      "doc_count": 51
    },
    {
      "key_as_string": "2019-02-01T00:00:00.000+02:00",
      "key": 1548972000000,
      "doc_count": 7
    },
    {
      "key_as_string": "2019-03-01T00:00:00.000+02:00",
      "key": 1551391200000,
      "doc_count": 17
    },
    {
      "key_as_string": "2019-04-01T00:00:00.000+02:00",
      "key": 1554069600000,
      "doc_count": 44
    },
    {
      "key_as_string": "2019-05-01T00:00:00.000+02:00",
      "key": 1556661600000,
      "doc_count": 17
    }
  ]
}

```

}

Can someone tell me why Kibana is not displaying the date correctly ?  
Thank you in advance.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 21, 2019, 12:53pm UTC](https://discuss.elastic.co/t/time-zone-not-taken-into-account-when-displaying-histogramme/182648/2 "2019-06-21T12:53:02Z")

</div>

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