Hi I got some UX time like and I can convert this value in the the data time using this:
as DateTime {unit: "milliseconds"} as String {format: 'yyyy-MM-dd hh:mm:ss:SSS'}
{
"test": {
"1669587277000": 90,
"1669585177000": 6,
"1669589077000": 9,
"1669580977000": 0
}
}
But how I can convert this key of payload in the dateTime and find the maximium value of the dateTime ?
expected outpout:
[
{
"2022-11-27 10:14": 90
}
]