# Convert data from UTC to localtime "Europe/Warsaw"

**URL:** https://discuss.elastic.co/t/convert-data-from-utc-to-localtime-europe-warsaw/379664
**Category:** Logstash
**Created:** [July 1, 2025, 10:56am UTC](https://discuss.elastic.co/t/convert-data-from-utc-to-localtime-europe-warsaw/379664 "2025-07-01T10:56:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Badger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/badger/32/25190_2.png) [@Badger](https://discuss.elastic.co/u/Badger)
#### Post date: [July 1, 2025, 12:04pm UTC](https://discuss.elastic.co/t/convert-data-from-utc-to-localtime-europe-warsaw/379664/2 "2025-07-01T12:04:44Z")

</div>

A date filter in logstash _always_ converts a date to UTC, if the string being converted specifies the timezone then the timezone option is ignored. (See also [here](https://discuss.elastic.co/t/timezone-parameter-has-no-impact-in-date-filter-plugin/282935/3).) You can convert it to the local timezone in the presentation layer (e.g. Kibana).

If you want to create a string in a local timezone in logstash then see [here](https://discuss.elastic.co/t/convert-datetime-to-another-timezone-in-logstash/336214/9).

---

_[View the full topic](https://discuss.elastic.co/t/convert-data-from-utc-to-localtime-europe-warsaw/379664)._
