Timezone
We provide detailed and accurate Timezone data, adjusted for DST where applicable.
Example Request
curl "https://api.ipdata.co/3.3.3.3/time_zone?api-key=<<apiKey>>"
ipdata 3.3.3.3 -f time_zone
Sample Response
{
"name": "America/Los_Angeles",
"abbr": "PDT",
"offset": "-0700",
"is_dst": true,
"current_time": "2019-03-27T01:13:48.930025-07:00"
}
Data Fields
Field | Description |
---|---|
name | The name of the Timezone |
abbr | The abbreviation of the Timezone |
offset | The UTC offset of the Timezone |
is_dst | true or false depending on whether or not Daylight Savings have been accounted for |
current_time | The exact current time in the Timezone the IP Address belongs to adjusted for Daylight Savings |
Updated 8 months ago