# ISSUE:kibana 4 adds a few hours to timeStamp based on time zone

**URL:** https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755
**Category:** Kibana
**Created:** [October 7, 2015, 8:25am UTC](https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755 "2015-10-07T08:25:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sanket](https://avatars.discourse-cdn.com/v4/letter/s/57b2e6/32.png) [@sanket](https://discuss.elastic.co/u/sanket)
#### Post date: [October 7, 2015, 8:25am UTC](https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755/1 "2015-10-07T08:25:37Z")

</div>

hi  
my elastic contains this data  
{  
"ReportTime": "2015-10-06T16:34:38.568Z",  
"SessionId": "RYo80Y6Yj4",  
"UserId": "testKibana",  
"Message": " OTP Project - Login Event - WiFiCustomer Login - Success",  
"timestamp": "2015-10-06T16:34:38.568Z"  
}  
when i view the same data on kibana  
the timestamp or the ReportTime the date displayed is October 6th 2015, 22:04:38.568 it adds +530 hours we are not sure why this is happening.  
can anyone guide us on the same.

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [October 7, 2015, 8:49am UTC](https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755/2 "2015-10-07T08:49:58Z")

</div>

Kibana displays timestamps in local time. Your timestamps are 16:34 UTC which is 22:04 in your local timezone. This behavior is currently not configurable. There's a GitHub issue that you can track. Last time I looked I think a fix was scheduled for Kibana 4.4.

Since you'll have the `@timestamp` field anyway you might as well delete the `timestamp` field. And what's the difference between `timestamp` and `ReportTime`? In your example they're exactly the same. Will they ever differ?

---

<div class="post-metadata">

### Author: ![sanket](https://avatars.discourse-cdn.com/v4/letter/s/57b2e6/32.png) [@sanket](https://discuss.elastic.co/u/sanket)
#### Post date: [October 7, 2015, 9:24am UTC](https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755/3 "2015-10-07T09:24:30Z")

</div>

thanks magnus,  
the timestamp field was just a test field we r not using it. thanks for the update.  
currently as a work around while sending the date to elastic we are adding +530 to the report time field to solve the above issue.

---

<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: [July 6, 2017, 2:11pm UTC](https://discuss.elastic.co/t/issue-kibana-4-adds-a-few-hours-to-timestamp-based-on-time-zone/31755/4 "2017-07-06T14:11:45Z")

</div>


