Sample: JSON

Request:

{
	  "locationTime": [
		{
		  "geometry": {
			"type": "Point",
			"coordinates": [
			  -89.398528,40.633125
			]
		  },
		  "objectId": "1",
		  "timestamp": "1691138974831"
		},{
		  "geometry": {
			"type": "Point",
			"coordinates": [
			  -89.398528,40.633125
			]
		  },
		  "objectId": "2",
		  "timestamp": "1691138974831"
		}
	  ]
}

Response:

{
  "timezone": [
    {
      "objectId": "1",
      "timezoneName": "Central Time (CST/CDT)",
      "zoneType": "America/Chicago",
      "utcOffset": -21600000,
      "dstOffset": 3600000,
      "timestamp": 1691138974831
    },
    {
      "objectId": "2",
      "timezoneName": "Central Time (CST/CDT)",
      "zoneType": "America/Chicago",
      "utcOffset": -21600000,
      "dstOffset": 3600000,
      "timestamp": 1691138974831
    }
  ]
}