# Problem with Timezone

**URL:** https://discuss.elastic.co/t/problem-with-timezone/95611
**Category:** Logstash
**Created:** [August 2, 2017, 8:25pm UTC](https://discuss.elastic.co/t/problem-with-timezone/95611 "2017-08-02T20:25:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Carlos\_Barrera](https://avatars.discourse-cdn.com/v4/letter/c/c67d28/32.png) [@Carlos\_Barrera](https://discuss.elastic.co/u/Carlos_Barrera)
#### Post date: [August 2, 2017, 8:25pm UTC](https://discuss.elastic.co/t/problem-with-timezone/95611/1 "2017-08-02T20:25:17Z")

</div>

hi, I need help

**the problem**

I am using the logstash date filter, to assign the date from the log line, I need to use the timezone of my country Chile (America / Santiago) which is currently GMT-4, but when I review the data in kibana, @timestamp Figure as if it were timezone GTM-3

I know that @timestamp is stored in UTC and that the timezone in the date filter is only to calculate the date in UTC

**example log line**  
20170726|180922|Current|0|0|0|0|0|0|

The date in log line is "20170726|180922" equivalent to 2017-07-26 18:09:22

**Date filter used**  
Date{  
Match =\> ["time", "yyyyMMdd '|' HHmmss"]  
Timezone =\> "America / Santiago"  
Remove\_field =\> "time"  
}

note: The time field is valid example "20170726|180922"

**I have reviewed:**  
Tz-data, tzdata-java, tzinfo-data updated to the latest version  
Date and server timezone ok  
Date and timezone of java ok  
kibana timezone ok

**Versions**  
I test on Server Rhel7.1, Ubuntu 16.04 and Docker

Kibana 5.5  
Logstasth 5.5  
Elasticsearch 5.5  
Filebeat 5.5

**Try**

I tried to use in logstash another timezone GTM-4 example (America / Aruba) which is GTM-4 and works fine, in kibana @timestamp is calculated with UTC-4

I do not know why the timezone America / Santiago logstash takes it as GTM-3, if it's America / Santiago is GTM-4 until the thirtieth of August

Date{  
Match =\> ["time", "yyyyMMdd '|' 'HHmmss"]  
Timezone =\> "America / Aruba"  
Remove\_field =\> "time"  
}

---

<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: [August 30, 2017, 8:25pm UTC](https://discuss.elastic.co/t/problem-with-timezone/95611/2 "2017-08-30T20:25:23Z")

</div>

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