Cannot decode integer timestamp in json

Viewed 19

I have test data in a json with

start time: "2022-07-18T09:53:30.153Z" end time: "2022-07-19T06:49:03.365Z"

and a timestamp array:

[386,280633897] to [386,290864949]

I don´t know the meaning of "386". A Unix timestamp converter delivers me the year 1979 (??).

Another test data in the file goes from

start time: "2022-07-18T09:53:30.153Z" end time: "2022-07-19T06:49:03.365Z"

with the array:

[385,3983641592] to [385,4043586347]

where I get a time in the future.

Who can decode the timestamp acc. to start and end time of the test?

thks.

0 Answers
Related