We recently added Time Zones to the Zip Code API – Zip Code Location. This can be useful for applications that want to automatically set a timezone for a user.
Sample of Zip Code Location Output
Data is formatted 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>