elastic/kibana

[SR] App to use moment for formatting table dates

開放

#57,198 建立於 2020年2月10日

 (2 則留言) (0 個反應) (0 位負責人)TypeScript (8,021 個分叉)batch import
Feature:Snapshot and RestoreTeam:Kibana Managementbuggood first issuepapercut

倉庫指標

星標
 (19,065 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The i18n component FormattedDateTime does not use the ui settings to format dates. It depends on the set i18n.locale setting for its formatting display.

We usually recommend using that for formatting relative time and some other cases. As for the SR table I think it is better to use moment formatting that adheres to the ui setting for date formatting.

image

Related PR: https://github.com/elastic/kibana/pull/40925

貢獻者指南