Example Request
$ curl "https://api.ipdata.co/3.3.3.3/time_zone?api-key=test"
Sample Response
{"name": "America/Los_Angeles","abbr": "PDT","offset": "-0700","is_dst": true,"current_time": "2019-03-27T01:13:48.930025-07:00"}
Field | Description |
name | The name of the Timezone |
abbr | The abbreviation of the Timezone |
offset | The UTC offset of the Timezone |
is_dst |
|
current_time | The exact current time in the Timezone the IP Address belongs to adjusted for Daylight Savings. |