Wrong time(zone)?

When i check in kibana my time is 1 hour off but only on one field.
In Elasticsearch it says 2016/03/01 00:26:40.615 but i kibana it says
March 1st 2016, 01:26:40.

This is my config:

     date {
         match => [ "datess", "yyyy/MM/dd HH:mm:ss.SSS" ]
          target => "logtimestamp"
         remove_field => [ "datess" ]
    }

By default Kibana adjusts the timestamps to the web browser's timezone.

And ES and LS assume UTC.