⏲️Timezone

We provide detailed and accurate Timezone data, adjusted for DST where applicable.

Sample Response

"time_zone": {
    "id": "Africa/Lagos",
    "abbreviation": "WAT",
    "current_time": "2022-10-27T09:05:00+01:00",
    "name": "West Africa Standard Time",
    "offset": 3600,
    "in_daylight_saving": false
},
FieldDescription

id

The time zone associated with location, as specified by the IANA Time Zone Database.

abbreviation

The abbreviation of the time zone associated with the IP.

current_time

The current date and time using ISO 8601 format for the location associated with the IP address.

name

The name of the time zone associated with the IP.

offset

The GMT offset of the given time zone in seconds.

in_daylight_saving

Boolean indicating whether or not the given time zone is considered in daylight saving time.

Last updated