I am trying to use https://api.meraki.com/api/v0/networks/<network_id>/clients/<client_id>/trafficHistory?startAfter=1578873600 Return is like following: { "ts": 1557964800.0, "application": "UDP", "destination": "198.58.40.248", "protocol": "UDP", "port": 5020, "recv": 118, "sent": 193, "numFlows": 1, "activeSeconds": 60 }, { "ts": 1557964800.0, "application": "UDP", "destination": "198.58.40.248", "protocol": "UDP", "port": 5022, "recv": 965, "sent": 959, "numFlows": 1, "activeSeconds": 120 }, { "ts": 1557964800.0, "application": "UDP", "destination": "198.58.40.248", "protocol": "UDP", "port": 5024, "recv": 6953, "sent": 6793, "numFlows": 1, "activeSeconds": 720 } the timestamps we are getting are in date value, not getting any date and time values. Can someone tell me the reason?
... View more