Hello, I'm just starting to develop a system where I'll will have a few sensors sending data to elasticsearch+kibana. The problem I'm facing right now is since Kibana time is off my data timestamps will always have an offset of 3 hours.
I tried changing the timezone on Management > Advanced settings > dateFormat::tz but I either get the right time for "now" and then the sent data is "now"-3 or I get the right time for the data and "now" is system time+3
So I noticed that right on startup Kibana time is wrong, I'd like to know if there is anything I can do about it.