Logs only showing time in UTC, regardless of setting

Hi @doyelese,

the Logs UI doesn't interpret the field value but just displays it as it is. So you're seeing a ISO 8601 string because that's what Elasticsearch returns for the field. Customizable formatters for columns are in the backlog somewhere. :innocent:

In contrast, Discover uses the field formatter defined in the index pattern and therefore parses and re-formats the date for the configured locale and timezone.

1 Like