Zip Code to Timezone API

Zip Code to Timezone API takes a Zip Code as input and returns the Timezone in the results. The Zip Code to Timezone API is part of Zip Code Location which also returns city, state, latitude, and longitude. This can be useful for applications that want to automatically set a timezone for a user.

You can try it yourself at Zip Code Location.

Screenshot of Zip code to timezone api

Sample of Zip Code to Timezone API Output

Results are in JSON, XML or CSV. Here is a sample Time Zone data output in XML:

<timezone>
        <timezone_identifier>America/New_York</timezone_identifier>
        <timezone_abbr>EDT</timezone_abbr>
        <utc_offset_sec>-14400</utc_offset_sec>
        <is_dst>T</is_dst>
</timezone>