Convert data from UTC to localtime "Europe/Warsaw"

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.) 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.