Open spong opened 4 years ago
Pinging @elastic/siem (Team:SIEM)
After speaking with @andrew-goldstein and poking around our preference formatted date components a bit, the intent here with the first two dates (and the relative Last event:
header subtitles) is to give some bearing for when an event happened relative to the user's current time.
This bearing is useful to analysts as it helps them quickly understand if an event was recent, however it seems like we could improve the UX here to better convey that those dates are relative to the browsers timezone (and not their configured dateFormat:tz
). Leaving this issue open to discuss what we can do to better clearly convey this.
For both the
"humanized-relative-date"
and"with-day-of-week"
dates (first and second dates in screenshot below), theLocalizedDateTooltip
component uses the browser timezone instead of thedateFormat.tz
defined in Kibana advanced settings.e.g. the UTC datetime
2020-01-28T01:19:22Z
, withUS/Pacific
dateFormat.tz
configured, using aUS/Mountain
configured browser, displays the following:Note that the middle timestamp reads
6:19PM
(which isUS/Mountain
) instead of5:19
.Ref: https://discuss.elastic.co/t/siem-app-doesnt-use-timezone-setting/216906