# Wrong date shown in kibana

**URL:** https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215
**Category:** Kibana
**Created:** [August 13, 2018, 5:17pm UTC](https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215 "2018-08-13T17:17:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MartinCorrado](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@MartinCorrado](https://discuss.elastic.co/u/MartinCorrado)
#### Post date: [August 13, 2018, 5:17pm UTC](https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215/1 "2018-08-13T17:17:25Z")

</div>

Hi! I recently noted that I'm getting a date field wrong in kibana, the day before specifically (today, the 13ths of August, I'm getting 12th of August).

When I check my db I see that the date is correct.

Read somewhere that it might be a timezone problem, so I tried to use a filter to force it to be UTC:

```
date {
    match => ["businessday" , "yyyy-mm-dd"]
    target => "businessday"
    timezone => "UTC"
}

```

But no luck. I'm totally lost with this. Any ideas?

Thanks!.

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [August 13, 2018, 11:52pm UTC](https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215/2 "2018-08-13T23:52:15Z")

</div>

Hi there, when you ingest your data does it contain timezones? I know you've done some research already. Have you already come across these threads?

- [Several date math questions](https://discuss.elastic.co/t/several-date-math-questions/27453/3)
- [https://github.com/elastic/kibana/issues/4743](https://github.com/elastic/kibana/issues/4743)
- [The timestamp date in kibana is one day less than the date field shown in ES](https://discuss.elastic.co/t/the-timestamp-date-in-kibana-is-one-day-less-than-the-date-field-shown-in-es/82916/7)

Thanks,  
CJ

---

<div class="post-metadata">

### Author: ![MartinCorrado](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@MartinCorrado](https://discuss.elastic.co/u/MartinCorrado)
#### Post date: [August 14, 2018, 2:28pm UTC](https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215/3 "2018-08-14T14:28:52Z")

</div>

Hi Cj, thanks for your answer.

I checked the links you provided and I found out that the problem was that kibana was taking the browser timezone. I could change it to UTC (as the dates I'm using), but I've been asked to leave it as is because the timestamps for the indexes have to use the local timezone. I just need one of the fields to remain UTC.

Still not sure how to make only that field UTC in Kibana.

Thanks.

---

<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: [September 11, 2018, 2:28pm UTC](https://discuss.elastic.co/t/wrong-date-shown-in-kibana/144215/4 "2018-09-11T14:28:53Z")

</div>

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