0

I have a list of coordinates in my database, next to which I need to add another column that will contain the Id as listed in TimeZoneInfo class. Do you have any idea on where to get this informations? A public database? A web service? A way to calculate it?

Thanks

MaiOM
  • 916
  • 2
  • 13
  • 28
  • OpenStreetMap has a [`timezone` key](http://wiki.openstreetmap.org/wiki/Key:timezone) that might be helpful. – Mark Ransom Jun 27 '13 at 15:41
  • And see also [How to translate between Windows and IANA time zones?](http://stackoverflow.com/q/17348807/634824) – Matt Johnson-Pint Jun 27 '13 at 16:50
  • Thanks I found my answer in How to get a time zone from a location? I have choose to use Google TimeZone API. Thanks – MaiOM Jun 28 '13 at 08:56

1 Answers1

0

Thanks,

I found my answer in How to get a time zone from a location? I have choose to use Google TimeZone API https://developers.google.com/maps/documentation/timezone/.

Thanks again!

MaiOM
  • 916
  • 2
  • 13
  • 28