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

FieldDescription
nameThe name of the Timezone
abbrThe abbreviation of the Timezone
offsetThe UTC offset of the Timezone
is_dsttrue or false depending on whether or not Daylight Savings have been accounted for
current_timeThe exact current time in the Timezone the IP Address belongs to adjusted for Daylight Savings