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=test"
ipdata 3.3.3.3 --fields 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 |
|
current_time | The exact current time in the Timezone the IP Address belongs to adjusted for Daylight Savings |
Updated 11 days ago
Did this page help you?