Тема: How do i read the time and date format in the API.
Hello, im fairly new to Wialon API and i keep reading and practicing but theres something i dont fully understand and that is, how do i read/interpret the time?
For example here:
https://hst-api.wialon.com/wialon/ajax. … erval&
params={
"itemId":34868,
"timeFrom":1364760000,
"timeTo":1366487999,
"flags":1,
"flagsMask":65281,
"loadCount":3
}&sid=<your_sid>
Where do i get the "timeFrom" and "timeTo"? also how do i read that? at first i tought the 13 was supose to be like 1 pm but the more i try to understand it the less i get it, i tried looking at the documentation but no luck yet,
Im developing in php if that's important, any help is appreciated.