31.10.2022, 14:32
Good evening. I'm reading the following data from an api. The timestamp is in UTC, and the table is not JSON.
Any ideas on how to make a table with the timestamp in localtime and date, and the data structured nicely?
Any ideas on how to make a table with the timestamp in localtime and date, and the data structured nicely?
Code:
["Value"]
* string: [
{
"time": 1666717200,
"price": 177.38
},
{
"time": 1666720800,
"price": 148.27
},
{
"time": 1666724400,
"price": 126.38
},
{
"time": 1666728000,
"price": 116.92
},
{
"time": 1666731600,
"price": 111.92
},
{
"time": 1666735200,
"price": 94.77
},