3

Is there a API available for converting Address to Timezone?

I have an idea of using Google GEOCODE API for converting Address to LAt long and then Timezone api to convert it into timezone.

Is this is a viable option? Has anyone done this in past?

Do we have any other options?

Kara
  • 6,115
  • 16
  • 50
  • 57
sushsfdc
  • 31
  • 1
  • 2
  • related: [Get timezone from city in Python](http://stackoverflow.com/questions/16505501/get-timezone-from-city-in-python-django/16519004#16519004) – jfs Feb 28 '14 at 11:27

2 Answers2

2

There's always askgeo.com. They do exactly what you are looking for.

Also, this question was previously answered here

Community
  • 1
  • 1
Jeffrey
  • 502
  • 2
  • 10
1

SmartyStreets will return lat/long and time zone data for United States addresses, all in one step. You can do this via API or a list upload. Just keep in mind that time zone data can change, so you would need to update your data every once in a while to keep up with those changes (if you're planning on keeping some sort of database, etc.)

Another thing to be aware of is Daylight Savings Time observance, which SmartyStreets also indicates in its returned data. You can see a full list of our output fields here.

(Disclosure: I work at SmartyStreets)

Update - 11 Jan 2016: SmartyStreets now processes international addresses.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Michelle
  • 269
  • 1
  • 6