mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 16:58:59 +08:00
updates timeformat
This commit is contained in:
parent
079d742ea0
commit
e1ea39e287
@ -51,7 +51,7 @@ const _TraceList = (props: TraceListProps) => {
|
||||
key: "startTime",
|
||||
sorter: (a: any, b: any) => a.startTime - b.startTime,
|
||||
sortDirections: ["descend", "ascend"],
|
||||
render: (value: number) => moment(value).format("HH:mm"),
|
||||
render: (value: number) => moment(value).format("YYYY-MM-DD hh:mm:ss"),
|
||||
|
||||
// new Date() assumes input in milliseconds. Start Time stamp returned by druid api for span list is in ms
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user