Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global timezone support #1600

Closed
rashidkpc opened this issue Oct 8, 2014 · 116 comments
Closed

Global timezone support #1600

rashidkpc opened this issue Oct 8, 2014 · 116 comments

Comments

@rashidkpc
Copy link
Contributor

Timezones should be supported for all displayed date fields and all inputs that would produce a date object.

Updated this to be only a request for global timezone support. Since we use moment everywhere now this really shouldn't be too bad.

@wolfgang-werner
Copy link

I would love to analyze my data with kibana, however, my dates are all formated as basic-date-time like:

"importDate": {
"norms" : { "enabled" : false },
"type": "date",
"format": "basic_date_time",
"index": "analyzed"
}

This gives an error when selecting the field as the time field name, can not be read in Discover and results in failure when querying.

Can I configure the format to use?
+1

@marktheunissen
Copy link

Hi there, I'd just like it to be all UTC, really, and not just assume that I want to use my browser's timezone. It's mostly the datepicker that's the problem.

@drax68
Copy link

drax68 commented Dec 8, 2014

+1 here, Timezone support is highly appreciated. Any progress on this?

@stp72
Copy link

stp72 commented Dec 15, 2014

+1 here, this is a must for us!

@frexy1989
Copy link

Actually it is possible to display your own time zone at your timestamp in your table. On the left side of the table in Kibana, the field stated in my field list is Date with a capital D. So basically i go to configure on my table,go to panel tab, tick on local time and then change the time field to Date.

So i conclude that u will need to change your time field according to what is stated in ur field list. I hope this is the same problem some people is facing as me. :)

@cihadoge
Copy link

+1

@elasticdarwin
Copy link

Very appreciated.
We still need date histogram aggregating by localtime.

@haandol
Copy link

haandol commented Feb 2, 2015

+1

4 similar comments
@chevin99
Copy link
Contributor

chevin99 commented Feb 2, 2015

+1

@aabajian
Copy link

+1

@ignaciovazquez
Copy link

+1

@MichaelRuhwedel
Copy link

+1

@w33ble
Copy link
Contributor

w33ble commented Feb 26, 2015

Having just run in to this issue myself, a HUGE +1 on this.

My thinking is that this should be an option in settings - you can either let it stay as it is by leaving it alone, or you could go in and manually pick the timezone you want the data to be represented in (likely with a quick "use UTC" button).

For reference, my data set had no time, just dates, so it gets saved in ES as midnight UTC. When viewing it in Kibana (from MST timezone), all my data was offset by -7 hours, so the dates were all off by 1 day.

@szsiddiq
Copy link

szsiddiq commented Mar 5, 2015

+1 Is there a work around out there?

@postmart
Copy link

+1 Also need to adjust timezones. please advice if there is a workaround

@jettro
Copy link

jettro commented Mar 31, 2015

Not completely sure, but I think this is the same problem that I am facing with daylight savings on the data. Doing monthly date_histogram and get strange aggregations for the months around daylight savings. Would be nice to be able to switch it off.

@PHPSoft
Copy link

PHPSoft commented Apr 1, 2015

+1

@ybroze
Copy link

ybroze commented Apr 3, 2015

+1 here as well; this would be a killer feature.

@ayigal
Copy link

ayigal commented Apr 5, 2015

+1 here as well. This is absolutely critical for team that share the same Kibana but reside in different timezones.

@briw
Copy link

briw commented Apr 6, 2015

+1. We do everything in UTC and have ops staff across different geographic regions, a necessity to set a UTC flag on all of the graphs.

@yyoyo
Copy link

yyoyo commented Apr 7, 2015

+1

@aochsner
Copy link

aochsner commented Apr 8, 2015

Is anyone working this as opposed to +1'ing it? I took a look (and I'm about the farthest thing from a front end/node/angular guru). Seems this is what moment-timezone is for. Probably should update it to 0.3.0. Add a setting. Then call moment.tz.setDefault(setting) somewhere (I'm not sure where, but when I was testing locally, I put it in discover.js but I'm sure that's the wrong place (I was only playing w/ the Discover tab).

I mean am I anywhere close here? https://github.com/aochsner/kibana/tree/issue/1600

@helkhalfi
Copy link

+1 ^_^

@roman-parkhunovskyi
Copy link

+1 is a must!

@igorgatis
Copy link

+1

@aochsner
Copy link

👏

@MirkoTV
Copy link

MirkoTV commented Nov 11, 2015

Hi everybody, I am seeing some unexpected behavior when I configure my kibana to work in UTC:
datepicker

I think datepicker is not using moment js. I am -04:00 timezone, and notice that when I specify an hour from 0-4 am in the "from textbox" date-picker place the selected date one day before, like if it were still working with browser's timezone. Does anybody could check if this is a real bug? I would really appreciate any help. Something pretty similar happens in the other way (updating "from textbox" by modifying datepicker )

@w33ble
Copy link
Contributor

w33ble commented Nov 11, 2015

Note that the above issue is being tracked in #5370. Thanks @MirkoTV

@carlosvega
Copy link

+1

2 similar comments
@AnishShah
Copy link

+1

@wale-o
Copy link

wale-o commented Dec 31, 2015

+1

@nikkelj
Copy link

nikkelj commented Jan 12, 2016

+1, I should not have to be forced to adjust my OS time zone setting to adjust what time zone I want to view my data in. Need a knob in the config.

@chrisdrusso
Copy link

+1

@jpjp
Copy link

jpjp commented Mar 30, 2016

I have users who are permanently confused by the times not matching up with the UTC server times. This feature would save this headache.

@vinuja
Copy link

vinuja commented May 24, 2016

+1

@tedder
Copy link

tedder commented May 24, 2016

Please don't '+1'. You can use the 'reaction' emoji on the original post, and you can hit the "subscribe" button. Spamming the ~100 participants for no legit reason is just a selfish act.

@goya
Copy link

goya commented May 24, 2016

+1

2 similar comments
@dev2see
Copy link

dev2see commented Jun 30, 2016

+1

@andris
Copy link

andris commented Aug 3, 2016

+1

@shubhambits
Copy link

shubhambits commented Aug 11, 2016

found a fix... try changing the default.js file. In that change dateFormat:tz value to UTC .. Try this and see if it works..

edit: file is located in src/ui/settings/defaults.js

@arturo-julca
Copy link

go to settings/advanced/dateFormat:tz
done!

@shubhambits
Copy link

found this just today... forgot to post here.. anyway thanks!!

@xycloud
Copy link

xycloud commented Feb 15, 2017

any update?

@nikkelj
Copy link

nikkelj commented Feb 15, 2017 via email

@matthewkrieger
Copy link

@jordan-thoms - << This is really crazy - All that's really needed is a setting somewhere to not look at the browser timezone and just use UTC, like all our other views of our data. >> That exists today. Go to Management, Advanced Settings, type "tz" in the search box, and change the entry to "UTC".

@piotr-sokolowski
Copy link

+1

@Plasma
Copy link

Plasma commented Apr 6, 2020

Wish this was a per-user setting, we have multiple users of Kibana who have different preferences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests