# Timestamp changed by itself his way of working

**URL:** https://discuss.elastic.co/t/timestamp-changed-by-itself-his-way-of-working/192270
**Category:** Logstash
**Created:** [July 25, 2019, 2:40pm UTC](https://discuss.elastic.co/t/timestamp-changed-by-itself-his-way-of-working/192270 "2019-07-25T14:40:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![patimothe](https://avatars.discourse-cdn.com/v4/letter/p/45deac/32.png) [@patimothe](https://discuss.elastic.co/u/patimothe)
#### Post date: [July 25, 2019, 2:40pm UTC](https://discuss.elastic.co/t/timestamp-changed-by-itself-his-way-of-working/192270/1 "2019-07-25T14:40:22Z")

</div>

Hello,

I have a weird problem:

my pipelines file all work the same way about date:  
I get the date of the event, then I use the date plugin this way:

```
date {
	match => ["date", "ISO8601"]
	timezone => "Europe/Paris"
}

```

it resulted on @timestamp = date  
everything was perfect until today

I did not change anything but all my timestamps are now 2 hours fewer than the date field

I now have to put this timezone to get the right timestamp: Africa/Abidjan

And i'm quite lost (I checked almost every opened topic but could not find similar problem)

I'm using logstash 7.1

it is installed on a linux VM and if i us the date command I've got the CEST timezone (which is the same as Paris)

```
jeu. juil. 25 16:38:08 CEST 2019

```

Nobody have acces to this server so nobody could have changed settings without me being aware of it

Thanks in advance

---

<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 22, 2019, 2:40pm UTC](https://discuss.elastic.co/t/timestamp-changed-by-itself-his-way-of-working/192270/2 "2019-08-22T14:40:31Z")

</div>

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